Concurrent access behind an asynchronous server

Pierre Quentel quentel.pierre at wanadoo.fr
Sun Sep 18 12:33:39 EDT 2005


Sorry if the question seems naive, but is there a risk of concurrent 
accesses to a database if it is accessed only by scripts called by 
requests to an asynchronous server ?

I have the same question for a server built on the non-threaded version 
of SocketServer.TCPServer

A+
Pierre



More information about the Python-list mailing list