Not strictly speaking a repoze question, but the people who live here 
have likely bumped into this, and I value your wise opinions :-)

So, SQLAlchemy takes care of having one session per thread and a 
connection pool for you, however what about resources where that's not 
the case.

For me, it's a stomp client for sending stomp messages, but I guess it 
could be an ftp connection, etc.

Are there any tools around for managing one connection per thread and/or 
connection pooling in an abstract way that I could re-use?

cheers,

Chris

_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to