Re: threading/forking and IPC

2005-10-14 Thread Qun Cao
Thanks David, This seems like the exact thing I am looking for! -- http://mail.python.org/mailman/listinfo/python-list

Re: threading/forking and IPC

2005-10-14 Thread David Wahler
Sophia Cao wrote: > Hello, > > I am seeking a python solution for my project. I am trying to > implement an architecture where there is a server who receives incoming > messages from several clients, then those messages need to be written > to a MySQL database. To avoid too many connections to t

threading/forking and IPC

2005-10-14 Thread Sophia Cao
Hello, I am seeking a python solution for my project. I am trying to implement an architecture where there is a server who receives incoming messages from several clients, then those messages need to be written to a MySQL database. To avoid too many connections to the database, I plan to save th