Re: [us...@httpd] linux multithreaded mpm question

2010-08-20 Thread XorMultiPleXus
Jeff Trawick wrote / napísal(a): 2010/8/20 XorMultiPleXus <mailto:xormultiple...@gmail.com>> the worker mpm is a hybrid mpm, that is multi process multi threaded. I've played with it a little, and configured it to run only one process with 100 threads - just for

Re: [us...@httpd] linux multithreaded mpm question

2010-08-20 Thread XorMultiPleXus
Frank Gingras wrote / napísal(a): On 20/08/2010 4:57 PM, XorMultiPleXus wrote: Hello, i am writing a module for apache 2.2 on windows 7 with the default mpm_winnt; My module requires that apache is run in on process with a lot threads because i need to use the process memory to store

[us...@httpd] linux multithreaded mpm question

2010-08-20 Thread XorMultiPleXus
Hello, i am writing a module for apache 2.2 on windows 7 with the default mpm_winnt; My module requires that apache is run in on process with a lot threads because i need to use the process memory to store persistent data - because of performance i cannot use a DB, and if it is possible i wan