SDQL
unread,May 22, 2012, 12:42:59 AM5/22/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tornado Web Server
Hi,
Is it possible to update python data in each child process?
Let's say I have a python list of cities
cities = ['Atlanta','Boston',...]
and I want to allow web clients to append this list.
I can easily do this in one process: is it possible to do this in each
of the child processes?
Thanks,
Joe