John D Giotta schrieb:
> I'm working with up to 3 process "session" per server, each process
> running three threads.
> I was wishing to tie back the 3 "session"/server to a semaphore, but
> everything (and everyone) say semaphores are only good per process.

That's not true. Named semaphores are the best solution for your problem
and I said so yesterday.

Christian

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to