On Fri, Sep 19, 2008 at 7:13 AM, rogerdpack <[EMAIL PROTECTED]> wrote: > In all honesty I think the thing that DataMapper could benefit from > most would be non blocking IO--if it wants to be truly "thread > friendly" then that would seem like a nice feature. I suppose it > already is so if run under JRuby [but not currently MRI ?]. If the > fibers thing ever takes off it's something like a piece of cake to > incorporate it into a query.
Just to be clear, DM currently is already non-blocking. The only thing happening in C land is querying through the DO drivers and the MySQL and PostgreSQL drivers are both using the asynchronous API. -- Regards, Dirkjan Bussink --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/datamapper?hl=en -~----------~----~----~----~------~----~------~--~---
