Re: multiprocessing+simplehttpserver+windows

2008-12-10 Thread Nabla Kvadrat
Additional information: complete traceback: Serving at http://localhost:8000 using 2 worker processes To exit press Ctrl-Break Traceback (most recent call last): File "C:\workspaces\workspace\skrserver-multiprocess\src\t.py", line 70, in test() File "C:\workspaces\workspace\skrserver-mult

multiprocessing+simplehttpserver+windows

2008-12-10 Thread Nabla Kvadrat
Hi, can someone please help me with/explain if following problem can be somehow resolved? I have Py2.6.1 win32 and I'm playing around with multiprocessing module. Trying examples here: http://docs.python.org/library/multiprocessing.html#examples. Example with SimpleHTTPServer.HttpServer don't work