Hiding / showing windows in Macs

2006-09-19 Thread Sinang, Danny
Hello,   How do we hide and show windows in Macs ?   Regards, Danny     -- http://mail.python.org/mailman/listinfo/python-list

socket.listen() backlog value

2005-03-11 Thread Sinang, Danny
Hello.   Most of the socket articles I've read say that 5 is the normal value for socket.listen() backlog parameter.   We're running a server (written in Python) with the value set to 10, but during peak periods, users complain that their clients (also written in Python) "hang".   Here's th