Hi guys,

I'm facing a little issue with Sequel in a Sinatra application (ran with 
thin).

My logs show that a new database connection seems created and 
catalog-related queries sent for every request (so, no schema cache at 
all). I've checked that the same ::Sequel::Database instance is used for 
every request.

When I do something similar in irb, everything seems fine and 
catalog-related queries are sent only once. 

I've played with different connection pooling options, without success so 
far...

Does anyone know why those behaviors are observed? Otherwise, I'll try to 
reproduce on a simple example.

Thanks!
Bernard

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sequel-talk/-/o5j9lI0En4QJ.
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