I get this error... I have 12GB RAM free, and only 465 processes running on Fedora Core 9, but I get this error. There is no error messages on /var/log/messages or kernel messages.. Do you know what is wrong?
Unhandled exception in thread started by <bound method ThreadPool._worker of <flup.server.threadpool.ThreadPool object at 0x2a3ed10>> Traceback (most recent call last): File "/home/mark/work/common/flup/server/threadpool.py", line 103, in _worker job.run() File "/home/mark/work/common/flup/server/fcgi_base.py", line 646, in run self.process_input() File "/home/mark/work/common/flup/server/fcgi_base.py", line 682, in process_input self._do_params(rec) File "/home/mark/work/common/flup/server/fcgi_base.py", line 870, in _do_params super(MultiplexedConnection, self)._do_params(inrec) File "/home/mark/work/common/flup/server/fcgi_base.py", line 781, in _do_params self._start_request(req) File "/home/mark/work/common/flup/server/fcgi_base.py", line 865, in _start_request thread.start_new_thread(req.run, ()) thread.error: can't start new thread --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
