rST in 3.6?

Welch, Ronald P ronald.p.welch at BAESYSTEMS.COM
Wed Mar 10 12:14:28 UTC 2004


Avi,

I would love to take a look at this code if you do get a
chance to dig it up. In addition to being useful as is,
I believe it may serve as template for doing other
interesting things as well.

Ron
----------=-=-=-=-=-=-=-=-========oOo========-=-=-=-=-=-=-=-=----------
mailto:Ronald.P.Welch at baesystems.com                Phone:(607)770-3701
BAE SYSTEMS Controls            600 Main St Johnson City, NY 13790-1888
----------=-=-=-=-=-=-=-=-===================-=-=-=-=-=-=-=-=----------


-----Original Message-----
From: Avi Bryant [mailto:avi at beta4.com] 
Sent: Tuesday, March 09, 2004 9:57 PM
To: The general-purpose Squeak developers list
Subject: Re: rST in 3.6?



On Mar 9, 2004, at 12:57 AM, Vaidas Didzbalis wrote:

> System needs to connect to oracle database and perform query with time 
> out option. If time out occurs, execution must be canceled and 
> connection terminated. System must allow multiple queries to run 
> concurrently.

I've done this in the past using a simple Java bridge server and the 
Oracle "lite" JDBC driver.  The Java bridge listened on a socket for 
query strings and would reply with serialized result objects or an 
error code.  A single Squeak image could easily open multiple 
connections to the bridge to have concurrent queries.

I can try to dig up my old code for this, but it might be worthwhile to 
redo this using the Java Serialization package that has since appeared 
on SqueakMap (I used a custom serialization scheme which was the bulk 
of the code on both sides).

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20040310/e34b7262/attachment.htm


More information about the Squeak-dev mailing list