<br><br><div class="gmail_quote">On Sun, Jan 10, 2010 at 5:51 PM, John Toohey <span dir="ltr">&lt;<a href="mailto:jt@parspro.com">jt@parspro.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks, this is what I wanted. It takes time to build a new image from scratch, so I want to use Gofer to install Seaside, Glorp, my code etc. I wanted to get a script that was tested and would give me the latest builds. Just wondering if you have an benchmarks on using the Native driver with the GlorpDBX. I&#39;m going into production soon, and still am not sure what way to go. <div>
<div></div><div class="h5"><br></div></div></blockquote><div><br>Hi John. There are becnhmarks for SqueakDBX agains native drivers, but not related with GlorpDBX. Although, if one driver is faster, it make sense that GLorp is faster too using that driver.<br>
<br>The SqueakDBX benchmarks  were of the first things we did when we start SqueakDBX. You can read this link: <a href="http://www.squeakdbx.org/Benchmarks">http://www.squeakdbx.org/Benchmarks</a><br><br>You can run them by yourself and compare. <br>
<br>Ask if you need help with that :)<br><br>Cheers<br><br>Mariano<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div class="h5">

<br><div class="gmail_quote">On Sat, Jan 9, 2010 at 17:41, 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="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br><br><div class="gmail_quote"><div>On Sat, Jan 9, 2010 at 11:24 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="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


Have you made a Gofer script to install the latest GloprDBX and Postgres driver on the latest RC1 Pharo images? I&#39;m trying to create a full Gofer script that will build my entire app from a Pharo DEV image. <br clear="all">



<br></blockquote></div><div><br>Hi John. I didn&#39;t wrote any Gofer plugin and I even don&#39;t have it in mind. The future of SqueakDBX and GlorpDBX packages managment will be with Metacello.<br><br>So far, you have in the repository MetacelloRepository in squeakspurce, two packages: ConfigurationOfSqueakDBX and ConfigurationOfGlorpDBX. The second one, right now it install GlorpDBX and the SqueakDBX driver, NOT the PostgreSQL native driver. If this is what you want, maybe I can add a group to metacello conf.<br>


<br>Right now, to install SqueakDBX you have to evaluate:<br><br>Gofer new<br>    squeaksource: &#39;MetacelloRepository&#39;;<br>    package: &#39;ConfigurationOfSqueakDBX&#39;;<br>    load.<br><br>((Smalltalk at: #ConfigurationOfSqueakDBX) project version: &#39;1.0&#39;) load.<br>


 <br><br>And for GlorpDBX:<br><br>Gofer new<br>
    squeaksource: &#39;MetacelloRepository&#39;;<br>
    package: &#39;ConfigurationOfGlorpDBX&#39;;<br>
    load.<br>
<br>
((Smalltalk at: #ConfigurationOfGlorpDBX) project version: &#39;1.0&#39;) load.<br>
<br>If you really need to load GlorpDBX with Postgresql native driver, than I can create a group so that you will be able to evaluate:<br><br>((Smalltalk at: #ConfigurationOfGlorpDBX) project version: &#39;1.0&#39;) load: &#39;GlorpDBXWithNativePostgreSQLNativeDriver&#39;<br>




<br>Do you need that?<br><br>In addition, the loaders we wrote some time ago, should be running:<br><br>Gofer new<br>

    squeaksource: &#39;Glorp&#39;;<br>

    package: &#39;ConfigurationOfGlorpDBX&#39;;<br>

    load.<br> <br>GlorpPharoLoader loadGlorpWithNativePostgreSQLDriver<br><br><br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

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