[plt-scheme] concurrent database connections

From: Noel Welsh (noelwelsh at gmail.com)
Date: Thu Mar 26 11:24:14 EDT 2009

SPGSQL says:

"Connections are internally synchronized: it is safe to perform
concurrent queries on the same connection object from different
threads (by direct query methods or prepared query procedures)."

So given this just use one connection between all your web server threads.

N.


Posted on the users mailing list.