On Jun 19, 1:17 pm, rogerdpack <[EMAIL PROTECTED]> wrote: > Hi all. Sorry to just post and run, but I wasn't sure who the > maintainers were. > Anyway my "wish" would be that Sequel could integrate the [newly born] > asymy library for one of its backends [ + fibers]. > That would be sweet! > Described in more detail here:http://betterlogic.com/roger/?p=339 > Take care. > -R
The project sounds interesting, and I wouldn't be opposed to applying a patch that includes support for the asymy driver. Currently, the ConnectionPool uses threads, so any patch would have to include a ConnectionPool that supports fibers instead of threads (either as a new class or as an option for the existing ConnectionPool). There may be other places that use threads (Sequel::Worker), but there shouldn't be too many. I don't personally plan on working on such a patch, though; someone else will have to do the work. Jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" 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/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
