rST in 3.6?

Julian Fitzell julian at beta4.com
Wed Mar 10 18:09:22 UTC 2004


I threw a tarball of my jdbcbridge directory up at 
http://beta4.com/~julian/jdbcbridge.tgz

Not packaged for release or anything but it's pretty straightforward so 
hopefully it will help get you going...

Julian

Welch, Ronald P wrote:

> 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).
> 
> 
> ------------------------------------------------------------------------
> 
> 

-- 
julian at beta4.com
Beta4 Productions (http://www.beta4.com)




More information about the Squeak-dev mailing list