Hi Graham,

Can you comment on why one would use more processes or more threads in a
database-intensive web application?

For example:

6 processes
10 threads each

Or

1 process
60 threads

My current understanding would say that you could use more threads until
you started to see a performance drop due to the GIL not allowing
concurrent execution.  But I was wondering what you had to say.

Thanks!
Jason

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to