<br><div class="gmail_quote">On Wed, Apr 22, 2009 at 10:11 AM, Ryan Culpepper <span dir="ltr"><<a href="mailto:ryanc@ccs.neu.edu">ryanc@ccs.neu.edu</a>></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's a cleanup of spgsql and a new pure-Scheme implementation of the mysql protocol. It'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'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'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's written in PLT v4 so won'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>