<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: rST in 3.6?</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Avi,</FONT>
</P>

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

<P><FONT SIZE=2>Ron</FONT>
<BR><FONT SIZE=2>----------=-=-=-=-=-=-=-=-========oOo========-=-=-=-=-=-=-=-=----------</FONT>
<BR><FONT SIZE=2><A HREF="mailto:Ronald.P.Welch@baesystems.com">mailto:Ronald.P.Welch@baesystems.com</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Phone:(607)770-3701</FONT>
<BR><FONT SIZE=2>BAE SYSTEMS Controls&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 600 Main St Johnson City, NY 13790-1888</FONT>
<BR><FONT SIZE=2>----------=-=-=-=-=-=-=-=-===================-=-=-=-=-=-=-=-=----------</FONT>
</P>
<BR>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Avi Bryant [<A HREF="mailto:avi@beta4.com">mailto:avi@beta4.com</A>] </FONT>
<BR><FONT SIZE=2>Sent: Tuesday, March 09, 2004 9:57 PM</FONT>
<BR><FONT SIZE=2>To: The general-purpose Squeak developers list</FONT>
<BR><FONT SIZE=2>Subject: Re: rST in 3.6?</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=2>On Mar 9, 2004, at 12:57 AM, Vaidas Didzbalis wrote:</FONT>
</P>

<P><FONT SIZE=2>&gt; System needs to connect to oracle database and perform query with time </FONT>
<BR><FONT SIZE=2>&gt; out option. If time out occurs, execution must be canceled and </FONT>
<BR><FONT SIZE=2>&gt; connection terminated. System must allow multiple queries to run </FONT>
<BR><FONT SIZE=2>&gt; concurrently.</FONT>
</P>

<P><FONT SIZE=2>I've done this in the past using a simple Java bridge server and the </FONT>
<BR><FONT SIZE=2>Oracle &quot;lite&quot; JDBC driver.&nbsp; The Java bridge listened on a socket for </FONT>
<BR><FONT SIZE=2>query strings and would reply with serialized result objects or an </FONT>
<BR><FONT SIZE=2>error code.&nbsp; A single Squeak image could easily open multiple </FONT>
<BR><FONT SIZE=2>connections to the bridge to have concurrent queries.</FONT>
</P>

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

</BODY>
</HTML>