On Friday 05 March 2004 19:08, Claus, Richard wrote:
> What's the /ReleaseGIL/ about (e.g. qsocket.sip in readBlock()) and when do
> I need it?

You should use it when the method might block (or at least take a while to 
execute) to allow other threads to run.

Phil

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to