<br><div class="gmail_quote">On Wed, Apr 22, 2009 at 10:11 AM, Ryan Culpepper <span dir="ltr">&lt;<a href="mailto:ryanc@ccs.neu.edu">ryanc@ccs.neu.edu</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;">
<div><div></div><div class="h5"><br></div></div>
It&#39;s a cleanup of spgsql and a new pure-Scheme implementation of the mysql protocol. It&#39;s mostly operational, if you (or anyone else) would like to try it out or contribute.<br>
<br>
The kill-safe proxy I had in mind, though, wouldn&#39;t require working with my classes and mixins at all. You could just write a new class of your own that forwards its operations to an spgsql connection in another thread. You don&#39;t even need to implement the entire query interface, to start with, just the parts your code depends on.<br>
<font color="#888888">
<br>
</font></blockquote><div><br>Attached is a class-based proxy that works with spgsql 2.3.  It&#39;s written in PLT v4 so won&#39;t work with v3.  I compared against the spgsql doc so most of the query interface should be implemented. <br>
<br>Let me know if there are any questions or comments, thanks. <br>yc<br><br></div></div>