On Jan 10, 3:52 pm, Jeremy Evans <[email protected]> wrote: > On Jan 10, 1:02 pm, Emily Dresner <[email protected]> wrote:
> I've spent many hours going over Sequel's connection pool code, and > I'm not aware of any threading issues with it. I don't want to imply > there are none, as multi-threaded code is very difficult to prove > correct. Emily, We have been running JRuby / Sequel multi-threaded in production for over a year and have not encountered any threading issues (apart from bugs in our code). No virtualization, 12 core machine. If Sequel's threaded connection pool did have issues I would expect them to be more likely to manifest under JRuby which has no GIL. Rohit -- 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.
