Does CGI need mutex ?

Andreas Jung ajung at sz-sb.de
Thu Nov 16 09:23:07 EST 2000


On Thu, Nov 16, 2000 at 08:08:51AM +0000, andyheath2 at lineone.net wrote:
> Running apache on linux.
> 
> Anyone know - am I guaranteed instances
> of a particular cgi script execute
> atomically ?  Even if they block
> for some reason ?

Every CGI request (independant of using Python) runs
in its own process. So there is usually no dependancy between
the instances.

Andreas 




More information about the Python-list mailing list