On Jun 17, 6:55 pm, Wichert Akkerman <[EMAIL PROTECTED]> wrote:
> Previously Graham Dumpleton wrote:
> > Read:
>
> >  http://code.google.com/p/modwsgi/wiki/ConfigurationIssues
>
> > Not sure why you want run a single thread. From memory would only want
> > to do that if trying to attach gdb to daemon process and debug at C
> > code level.
>
> I tried to run with a single thread for a bit since egg:Paste#evalerror
> complained it doesnot work in a multi-thread environment, but it turns
> out it still complains even if you limit mod_wsgi to one thread.

Is Paste#evalerror the same as EvalException or something different?

Whatever it is, presuming it sees:

  wsgi.multithread: False

in WSGI environment it should be satisfied that it is single threaded.

If you can confirm what Python class #evalerror maps to, will have a
quick look at what its requirements are.

Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to