> I like this as a compromise, but wouldn't it be possible to have
> Sequel use multiple mysql connections intelligently whenever required?
> Can we set some sort of 'in use' flag on a connection, and use another
> connection from the pool when the existing connection has this flag
> enabled?

Yes it's possible but it could easily lead to deadlock situations
because you have no guarantee that a connection is available at any
time. I think it will lead to more problems than it can solve. This is
a limitation of the mysql adapter that we have to live with.

sharon
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to