xmlrpc idea for getting around the GIL

Antoine Pitrou solipsis at pitrou.net
Tue Nov 24 13:17:17 EST 2009


Le Tue, 24 Nov 2009 09:27:24 -0800, sturlamolden a écrit :
> 
> Windows does not have daemons, so this is obviously incorrect. (There
> are something called Windows Services, but multiprocessing does not use
> them.)

This is nitpicking. Technically it might not be a daemon but it's used as 
such.
The important point is that it does use a (custom) form of RPC through 
marshalling, which is what the original question was about.




More information about the Python-list mailing list