setprocname

2010-06-14 Thread Tomasz Pajor
Hello, Why there is no setprocname function in standard library, or am I missing something? -- http://mail.python.org/mailman/listinfo/python-list

Re: fork, threads and proper closing

2009-06-28 Thread Tomasz Pajor
On 28 juin, 23:26, Tomasz Pajor wrote: Hello, Configuration is as follows. I have a starter process which creates 3 sub processes (forks) and each of this processes creates a number of threads. Threads in that processes have semaphore so on KeyboardInterrupt without sending a sigterm to

fork, threads and proper closing

2009-06-28 Thread Tomasz Pajor
reads. Is there any work around? Can I somehow run join for the thread on keyboard interrupt? -- Best regards Tomasz Pajor -- http://mail.python.org/mailman/listinfo/python-list