Here they are the changes we talked yesterday:<br><br>GlorpDriverSqueakDBX-MarianoMartinezPeck.8<br>Glorp-MarianoMartinezPeck.53<br><br>Cheers<br><br>Mariano<br><br><div class="gmail_quote">On Mon, Mar 29, 2010 at 4:21 PM, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I am at #pharo-project<br><br>I am not sure which would be the better solution , thus. But we can discuss. <br><br>cheers<br><font color="#888888"><br>mariano</font><div><div></div><div><br><br><div class="gmail_quote">
On Mon, Mar 29, 2010 at 1:59 PM, John Toohey <span dir="ltr">&lt;<a href="mailto:jt@parspro.com" target="_blank">jt@parspro.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hey,<div>Missed you yesterday, so let me know when you&#39;ll be around again. The remaining issue with the connection pool, is that I am pooling only DBXConnection objects, but perhaps I should be pooling DatabaseDriver objects. I&#39;d prefer not to use the driver at all, but I know thats part of the DBX re-factoring that you did. Its really just that issue that I want to discuss. </div>


<div><div></div><div>
<div><br><br><div class="gmail_quote">On Sun, Mar 28, 2010 at 17:33, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">



I am in #pharo-project under MarianoPeck...but for no more than one hour :)<br><br><a href="http://webchat.freenode.net/?channels=pharo-project" target="_blank">http://webchat.freenode.net/?channels=pharo-project</a><br>


<br>
Cheers<br><font color="#888888"><br>
Mariano</font><div><div></div><div><br><br><div class="gmail_quote">On Sun, Mar 28, 2010 at 1:55 PM, John Toohey <span dir="ltr">&lt;<a href="mailto:jt@parspro.com" target="_blank">jt@parspro.com</a>&gt;</span> wrote:<br>



<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hey,<div>Just wondering if you are around for a quick chat on IRC/Skype/Jabber. Dealing with some funny stuff here with the handing of the DBXConnection is the driver.<div><div></div><div><br><br><div class="gmail_quote">




On Sat, Mar 27, 2010 at 13:26, John Toohey <span dir="ltr">&lt;<a href="mailto:jt@parspro.com" target="_blank">jt@parspro.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Great, I just want to make sure the ConnectionPool cleans up properly, before returning the connection. Making good progress with the pool, at least for reading. Lose the connection, when I do an insert or update though, so need to track if that is happening in the Driver or my code.<div>






<br><br><div class="gmail_quote"><div><div></div><div>On Sat, Mar 27, 2010 at 12:20, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br>





</div></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div>
<br><br><div class="gmail_quote"><div>On Sat, Mar 27, 2010 at 1:04 PM, John Toohey <span dir="ltr">&lt;<a href="mailto:johnptoohey@gmail.com" target="_blank">johnptoohey@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">








Is there a way to see if the DBXConnection is in the middle of a transaction? If I am releasing a connection, I&#39;d like to rollback if a transaction is open.<div><br></div></blockquote></div><div><br>I answer you in SqueakDBX so that not to make noise in Glorp.<br>








<br>No, there is no way right now, but it can be easily added (I think). You can add a boolean variable hasTransactionOpened to DBXConnection, initializated in false. <br>Then, then calling DBXConnection &gt;&gt; startTransaction     you set that to true. <br>







Then, in messages commit, rollback you put that to false.<br>Then in messsages finalize, close, and maybe some other place, you ask for the value, if it is true, then you rallback and put variable to false<br><br>Of course we would need to write tests for that. <br>







<br>I can give it a try this weekend.<br><br>What do you think ?<br><br>Cheers<br><font color="#888888"><br>Mariano<br>
 </font></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div><div><br><div class="gmail_quote"><div>On Sat, Mar 27, 2010 at 10:02, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br>









</div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div>Wait....let&#39;s calm down....too much misunderstands here. <br>





<br>Glorp is maintained and developed in VW. There is a port to squeak from 2 years old or more. Then, we took that version and did several refactors to Glorp so that it uses an abstract DatabaseDriver. This only affects SqueakDatabaseAccessor. We called that GlorpDBX. <br>










<br>Diogenes: don&#39;t worry. John is aware of GlorpDBX, what it is, how to install, etc. Check SqueakDBX mailing list. He even posted in OpenDBX mailing list ;)<br><br>Now....regarding the Connection Pool, you have different things:<br>










<br>- The package Alan told you about Seaside package. He was talking about the one that is in VW public store. To look at it, you should take a VW, go to store and look at it. And if you like it, I don&#39;t know how, export it and load in pharo.<br>










- There is a Seaside package in squeaksource, which is not the same, I think it has some kind of connection pool but I am not sure. Maybe Keithy did it.<br>- There is a connection pool that Ramón León did some time ago. Check<br>










<a href="http://onsmalltalk.com/making-a-connection-pool-for-glorp-in-seaside" target="_blank">http://onsmalltalk.com/making-a-connection-pool-for-glorp-in-seaside</a><br>- There is a connetion pool Esteban Lorenzano did directly for GlorpDBX <br>










<br>Finally, if you plan to do a connection pool for GlorpDBX you have to possibilities: <br>- be hardcoded to the SqueakDBX driver and use directly DBXConnection objects<br>- not be hardcoded to SqueakDBX driver but use DatabaseDriver or DatabaseDriver &gt;&gt; connection instead. I am not sure if this is possible. But having a connection pool for Glorp, not hardcoding with the connection class would be cool.<br>










<br>Cheers<br><font color="#888888"><br>Mariano</font></div></div><div><div></div><div><div><div></div><div><br><br><br><br><div class="gmail_quote">On Fri, Mar 26, 2010 at 5:53 PM, John Toohey <span dir="ltr">&lt;<a href="mailto:johnptoohey@gmail.com" target="_blank">johnptoohey@gmail.com</a>&gt;</span> wrote:<br>









<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hang on, this is exactly what I load :-<div><br></div><div><div><span style="white-space: pre;">        </span>Gofer new</div><div><span style="white-space: pre;">                </span>squeaksource: &#39;MetacelloRepository&#39;;</div>
<div><span style="white-space: pre;">                </span>package: &#39;ConfigurationOfGlorpDBX&#39;;</div><div>   <span style="white-space: pre;">                </span>load. </div><div>((Smalltalk at: #ConfigurationOfGlorpDBX) project version: &#39;1.0&#39;) load.</div>











<div><br></div><div>I need to get used to calling it GlorpDBX :-)</div><div><div></div><div><div><br></div><div><br></div><br><div class="gmail_quote">On Fri, Mar 26, 2010 at 16:37, Diogenes Moreira <span dir="ltr">&lt;<a href="mailto:diogenes.moreira@gmail.com" target="_blank">diogenes.moreira@gmail.com</a>&gt;</span> wrote:<br>











<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Oki, please get the Glorp Package from Squeak DBX Project.. this package have change to adapt DBAccessor to SqueakDBX classes, an remove hiddens &quot;IF&quot; in the Squeak Glorp Version..<br>











<br><div style="font-size: 0pt;" name="d861c8631c">
 </div><div style="font-size: 0pt;" name="d861c8631c"> </div>Best Regards..<div><div></div><div><br><br><div class="gmail_quote">On Fri, Mar 26, 2010 at 5:34 PM, John Toohey <span dir="ltr">&lt;<a href="mailto:johnptoohey@gmail.com" target="_blank">johnptoohey@gmail.com</a>&gt;</span> wrote:<br>












<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I&#39;m using SqueakDBX on Pharo RC3.<br><br><div class="gmail_quote"><div><div></div><div>







On Fri, Mar 26, 2010 at 16:32, Diogenes Moreira <span dir="ltr">&lt;<a href="mailto:diogenes.moreira@gmail.com" target="_blank">diogenes.moreira@gmail.com</a>&gt;</span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div>from glorp or squeakdbx project....??<br><br><span><span title="Cuidado.">take Care.<br>












</span><span title="La version de SqueakDBX tiene un par de refactorings y 
modificaciones para adaptar las diferentes plataformas.">The SqueakDBX 
version has a couple of refactorings and modifications to adapt to 
different platforms.<br><br></span><span style="background-color: rgb(255, 255, 255);" title="el detalle esta en la pagina de squeakdbx 
www.squeakdbx.org">the detail is on the web squeakdbx <a href="http://www.squeakdbx.org" target="_blank">www.squeakdbx.org</a></span></span><br><br><div style="font-size: 0pt;" name="d861c8631c"> </div><div style="font-size: 0pt;" name="d861c8631c">














 </div>an other question..? do you using pharo or squeak ???<br><br>Best Regards..<br><br><br><br><div class="gmail_quote"><div><div></div><div>On Fri, Mar 26, 2010 at 5:26 PM, John Toohey <span dir="ltr">&lt;<a href="mailto:johnptoohey@gmail.com" target="_blank">johnptoohey@gmail.com</a>&gt;</span> wrote:<br>














</div></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div>I took the one from squeaksource, latest update was Feb 22 2010.  Where do I find the one you are looking at?<div>














<div></div><div><br><br><div class="gmail_quote">On Fri, Mar 26, 2010 at 16:20, Alan Knight <span dir="ltr">&lt;<a href="mailto:knight@acm.org" target="_blank">knight@acm.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div>
<font size="3">I think you&#39;re looking at a different package than I am.
Quite possibly it&#39;s the original work that Ramon did. I have no
GSDescriptorSystem or GSPooledDatabaseAccessor. I suspect that might also
be for an old version of Seaside.<div><div></div><div><br><br>
At 04:11 PM 2010-03-26, John Toohey wrote:<br>
<blockquote type="cite">I mean should my own Database
class which is a sub-class of DescriptorSystem be changed to sub-class
GSDescriptorSystem and then use GSPooledDatabaseAccessor instead of
SqueakDatabaseAccessor?<br><br>
I don&#39;t see any specific VW code in here, so far anyhow.<br><br>
I&#39;ll write this up and post it here, when I get it working.<br><br>
<br>
On Fri, Mar 26, 2010 at 16:03, Alan Knight
&lt;<a href="mailto:knight@acm.org" target="_blank">knight@acm.org</a>&gt; wrote:<br>
</blockquote></div></div></font><div><div></div><div>
<dl>
<dd>I&#39;m not sure what you mean by inheriting from these. Right now, this
provides a VW-specific pooling accessor. You could make a SqueakDBX one,
and it probably would be nice to try and abstract some of that stuff to
reduce any code duplication. And documentation is good too. This is based
on work that Ramon Leon did, back in 2007, I&#39;m not sure if it was in
Squeak or not.<br><br>
<br>

</dd><dd>At 03:29 PM 2010-03-26, John Toohey wrote:<br>
<blockquote type="cite">
<dd>This looks great. Is the correct procedure to have all my class that
inherit from Glorp, inherit from these instead? I&#39;m using GlorpDBX. I had
no idea this was available, so we should get it documented on the
SqueakDBX site.<br><br>
<br>

</dd><dd>On Fri, Mar 26, 2010 at 14:42, Alan Knight
&lt;<a href="mailto:knight@acm.org" target="_blank">knight@acm.org</a>&gt;
wrote:</dd></blockquote>
<dl>
<dd>Take a look at the SeasideGlorp package.<br>
<br>

</dd><dd>At 02:36 PM 2010-03-26, John Toohey
wrote:<blockquote type="cite">
<dd>I need to write a connection pool for Glorp and am thinking that the
Database accessor is the place to do this. Is this correct, or has anyone
any experience with this?<br>

</dd><dd>-- 
</dd><dd>-JT<br>
<br>

</dd><dd>-- 
</dd><dd>You received this message because you are subscribed to the Google
Groups &quot;glorp-group&quot; group.
</dd><dd>To post to this group, send email to
<a href="mailto:glorp-group@googlegroups.com" target="_blank">
glorp-group@googlegroups.com</a>.
</dd><dd>To unsubscribe from this group, send email to
<a href="mailto:glorp-group%2Bunsubscribe@googlegroups.com" target="_blank">
glorp-group+unsubscribe@googlegroups.com</a>.
</dd><dd>For more options, visit this group at
<a href="http://groups.google.com/group/glorp-group?hl=en" target="_blank">
http://groups.google.com/group/glorp-group?hl=en</a>.</dd></blockquote>
</dd><dd>--
</dd><dd>Alan Knight [|], Engineering Manager, Cincom Smalltalk
</dd><dd><a href="mailto:knight@acm.org" target="_blank">knight@acm.org</a>
</dd><dd><a href="mailto:aknight@cincom.com" target="_blank">aknight@cincom.com</a>
</dd><dd><a href="http://www.cincom.com/smalltalk" target="_blank">
http://www.cincom.com/smalltalk</a><br>

</dd><dd>-- 
</dd><dd><font color="#888888" size="3">You received this message because you
are subscribed to the Google Groups &quot;glorp-group&quot; group.
</font></dd><font color="#888888" size="3"><dd>To post to this group, send email to
<a href="mailto:glorp-group@googlegroups.com" target="_blank">
glorp-group@googlegroups.com</a>.
</dd><dd>To unsubscribe from this group, send email to
<a href="mailto:glorp-group%2Bunsubscribe@googlegroups.com" target="_blank">
glorp-group+unsubscribe@googlegroups.com</a>.
</dd><dd>For more options, visit this group at
<a href="http://groups.google.com/group/glorp-group?hl=en" target="_blank">
http://groups.google.com/group/glorp-group?hl=en</a>.</dd></font>
</dl><br><br>
<br>

</dd><dd>-- <br>

</dd><dd>-JT<br><br>
<br>

</dd><dd>-- <br>

</dd><dd>You received this message because you are subscribed to the Google
Groups &quot;glorp-group&quot; group.<br>

</dd><dd>To post to this group, send email to
<a href="mailto:glorp-group@googlegroups.com" target="_blank">
glorp-group@googlegroups.com</a>.<br>

</dd><dd>To unsubscribe from this group, send email to
<a href="mailto:glorp-group%2Bunsubscribe@googlegroups.com" target="_blank">
glorp-group+unsubscribe@googlegroups.com</a>.<br>

</dd><dd>For more options, visit this group at
<a href="http://groups.google.com/group/glorp-group?hl=en" target="_blank">
http://groups.google.com/group/glorp-group?hl=en</a>.<br><br>

</dd><dd>--<br>

</dd><dd>Alan Knight [|], Engineering Manager, Cincom Smalltalk<br>

</dd><dd><a href="mailto:knight@acm.org" target="_blank">knight@acm.org</a><br>

</dd><dd><a href="mailto:aknight@cincom.com" target="_blank">aknight@cincom.com</a><br>

</dd><dd><a href="http://www.cincom.com/smalltalk" target="_blank">
http://www.cincom.com/smalltalk</a><br><br>

</dd><dd>-- <br>

</dd><dd>You received this message because you are subscribed to the Google
Groups &quot;glorp-group&quot; group.<br>

</dd><dd>To post to this group, send email to
<a href="mailto:glorp-group@googlegroups.com" target="_blank">
glorp-group@googlegroups.com</a>.<br>

</dd><dd>To unsubscribe from this group, send email to
<a href="mailto:glorp-group%2Bunsubscribe@googlegroups.com" target="_blank">
glorp-group+unsubscribe@googlegroups.com</a>.<br>

</dd><dd>For more options, visit this group at
<a href="http://groups.google.com/group/glorp-group?hl=en" target="_blank">
http://groups.google.com/group/glorp-group?hl=en</a>.<br><br>

</dd></dl><br><br>
<br>
-- <br>
-JT<br><br>
<br>
-- <br>
You received this message because you are subscribed to the Google Groups
&quot;glorp-group&quot; group.<br>
To post to this group, send email to <a href="mailto:glorp-group@googlegroups.com" target="_blank">glorp-group@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to
<a href="mailto:glorp-group%2Bunsubscribe@googlegroups.com" target="_blank">glorp-group+unsubscribe@googlegroups.com</a>.<br>
For more options, visit this group at
<a href="http://groups.google.com/group/glorp-group?hl=en" target="_blank">
http://groups.google.com/group/glorp-group?hl=en</a>.</div></div></div><div><div></div><div>
<br>
<div>--</div>
<div>Alan Knight [|], Engineering Manager, Cincom Smalltalk</div>
<div><a href="mailto:knight@acm.org" target="_blank">knight@acm.org</a></div>
<div><a href="mailto:aknight@cincom.com" target="_blank">aknight@cincom.com</a></div>
<div><a href="http://www.cincom.com/smalltalk" target="_blank">
http://www.cincom.com/smalltalk</a></div>


<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups &quot;glorp-group&quot; group.<br>
To post to this group, send email to <a href="mailto:glorp-group@googlegroups.com" target="_blank">glorp-group@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:glorp-group%2Bunsubscribe@googlegroups.com" target="_blank">glorp-group+unsubscribe@googlegroups.com</a>.<br>

For more options, visit this group at <a href="http://groups.google.com/group/glorp-group?hl=en" target="_blank">http://groups.google.com/group/glorp-group?hl=en</a>.<br>


</div></div></blockquote></div><br><br clear="all"><br></div></div>-- <br></div></div><div><div></div><div>-JT<br><br><br>

<p></p>

-- <br><div>
You received this message because you are subscribed to the Google Groups &quot;glorp-group&quot; group.<br>
To post to this group, send email to <a href="mailto:glorp-group@googlegroups.com" target="_blank">glorp-group@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:glorp-group%2Bunsubscribe@googlegroups.com" target="_blank">glorp-group+unsubscribe@googlegroups.com</a>.<br>

For more options, visit this group at <a href="http://groups.google.com/group/glorp-group?hl=en" target="_blank">http://groups.google.com/group/glorp-group?hl=en</a>.<br>


</div></div></div></blockquote></div></div></div><div><div></div><div><br>

<p></p>

-- <br><div>
You received this message because you are subscribed to the Google Groups &quot;glorp-group&quot; group.<br>
To post to this group, send email to <a href="mailto:glorp-group@googlegroups.com" target="_blank">glorp-group@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:glorp-group%2Bunsubscribe@googlegroups.com" target="_blank">glorp-group+unsubscribe@googlegroups.com</a>.<br>

For more options, visit this group at <a href="http://groups.google.com/group/glorp-group?hl=en" target="_blank">http://groups.google.com/group/glorp-group?hl=en</a>.<br>


</div></div></div></blockquote></div><div><div></div><div><br><br clear="all"><br>-- <br>-JT<br><br><br>

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups &quot;glorp-group&quot; group.<br>
To post to this group, send email to <a href="mailto:glorp-group@googlegroups.com" target="_blank">glorp-group@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:glorp-group%2Bunsubscribe@googlegroups.com" target="_blank">glorp-group+unsubscribe@googlegroups.com</a>.<br>

For more options, visit this group at <a href="http://groups.google.com/group/glorp-group?hl=en" target="_blank">http://groups.google.com/group/glorp-group?hl=en</a>.<br>


</div></div></blockquote></div><br>

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups &quot;glorp-group&quot; group.<br>
To post to this group, send email to <a href="mailto:glorp-group@googlegroups.com" target="_blank">glorp-group@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:glorp-group%2Bunsubscribe@googlegroups.com" target="_blank">glorp-group+unsubscribe@googlegroups.com</a>.<br>

For more options, visit this group at <a href="http://groups.google.com/group/glorp-group?hl=en" target="_blank">http://groups.google.com/group/glorp-group?hl=en</a>.<br>


</div></div></blockquote></div><br><br clear="all"><br></div></div>-- <br><font color="#888888">-JT<br><br><br>
</font></div><div><div></div><div>

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups &quot;glorp-group&quot; group.<br>
To post to this group, send email to <a href="mailto:glorp-group@googlegroups.com" target="_blank">glorp-group@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:glorp-group%2Bunsubscribe@googlegroups.com" target="_blank">glorp-group+unsubscribe@googlegroups.com</a>.<br>

For more options, visit this group at <a href="http://groups.google.com/group/glorp-group?hl=en" target="_blank">http://groups.google.com/group/glorp-group?hl=en</a>.<br>


</div></div></blockquote></div><br>

<p></p></div></div>

-- <br><div>
You received this message because you are subscribed to the Google Groups &quot;glorp-group&quot; group.<br>
To post to this group, send email to <a href="mailto:glorp-group@googlegroups.com" target="_blank">glorp-group@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:glorp-group%2Bunsubscribe@googlegroups.com" target="_blank">glorp-group+unsubscribe@googlegroups.com</a>.<br>

For more options, visit this group at <a href="http://groups.google.com/group/glorp-group?hl=en" target="_blank">http://groups.google.com/group/glorp-group?hl=en</a>.<br>


</div></div></div></blockquote></div><br><br clear="all"><br>-- <br><font color="#888888">-JT<br><br><br>
</font></div></div></div><div><div></div><div>

<p></p>

-- <br><div>
You received this message because you are subscribed to the Google Groups &quot;glorp-group&quot; group.<br>
To post to this group, send email to <a href="mailto:glorp-group@googlegroups.com" target="_blank">glorp-group@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:glorp-group%2Bunsubscribe@googlegroups.com" target="_blank">glorp-group+unsubscribe@googlegroups.com</a>.<br>

For more options, visit this group at <a href="http://groups.google.com/group/glorp-group?hl=en" target="_blank">http://groups.google.com/group/glorp-group?hl=en</a>.<br>


</div></div></div></blockquote></div><br>
<br></div></div>_______________________________________________<br>
SqueakDBX mailing list<br>
<a href="mailto:SqueakDBX@lists.squeakfoundation.org" target="_blank">SqueakDBX@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>-JT<br><br><br>
</div>
</blockquote></div><br><br clear="all"><br></div></div>-- <br>-JT<br><br><br>
</div>
<br>_______________________________________________<br>
SqueakDBX mailing list<br>
<a href="mailto:SqueakDBX@lists.squeakfoundation.org" target="_blank">SqueakDBX@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx</a><br>
<br></blockquote></div><br>
</div></div><br>_______________________________________________<br>
SqueakDBX mailing list<br>
<a href="mailto:SqueakDBX@lists.squeakfoundation.org" target="_blank">SqueakDBX@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>-JT<br><br><br>
</div>
</div></div><br>_______________________________________________<br>
SqueakDBX mailing list<br>
<a href="mailto:SqueakDBX@lists.squeakfoundation.org" target="_blank">SqueakDBX@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx</a><br>
<br></blockquote></div><br>
</div></div></blockquote></div><br>