Sorry, two more questions. Is you SOAP code thread safe?
Is there a particular reason you are using Apache prefork MPM given that all main Apache processes appear to be doing is serving static files and proxying to mod_wsgi daemons? Sleep time for me. Will see what you say tomorrow. Graham On 26 February 2013 22:32, Thomas Guettler <[email protected]> wrote: > On 26.02.2013 12:23, Graham Dumpleton wrote: > >> Do you use the same Apache to host static files even? >> >> Graham >> > > Yes, we use the same apache. We serve files with mod_xsendfile. Why not? > The server has 24 CPUs and a lot of RAM. > > It is an intranet application with moderate traffic, except the load peak > if the soap client (on the same intranet) > creates a lot of requests. > > Thomas Güttler > > > -- > Thomas Guettler, http://www.thomas-guettler.de/ > E-Mail: guettli (*) thomas-guettler + de > > -- > 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 > modwsgi+unsubscribe@**googlegroups.com<modwsgi%[email protected]> > . > To post to this group, send email to [email protected]. > Visit this group at > http://groups.google.com/**group/modwsgi?hl=en<http://groups.google.com/group/modwsgi?hl=en> > . > For more options, visit > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> > . > > > -- 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 http://groups.google.com/group/modwsgi?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
