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

2010-08-20 Thread XorMultiPleXus
Jeff Trawick wrote / napísal(a): 2010/8/20 XorMultiPleXus > 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 the test. But the

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

2010-08-20 Thread Jeff Trawick
2010/8/20 XorMultiPleXus > > 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 the test. But the result did not work properly. > it should/can/has-for-a-long-time; what was

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 persi

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

2010-08-20 Thread Frank Gingras
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 persistent data - because of performance i

[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