Search results

  1. T

    What are the differences?

    hm, I understand that. admin_php is just an example, the problem is: I have more than 2 instanses for EACH fastcgi script, my script: nobody 26572 0.0 0.1 2496 1152 ? S 11:01 0:00 /bin/sh /home/bos.cgi nobody 26573 0.0 0.1 2496 1152 ? S 11:01 0:00...
  2. T

    What are the differences?

    and another question :) Is this normal: nobody 26542 0.1 0.6 7920 5576 ? S 11:01 0:01 admin_php nobody 26543 0.0 0.1 4704 1652 ? S 11:01 0:00 admin_php ? I mean - each time i see not less than 2 instances of fastcgi script, this behavior not depends...
  3. T

    What are the differences?

    What are the differences among LiteSpeed Web Server V2.0.7 Standard Edition and [BETA] LiteSpeed Web Server V2.1RC1 Standard Edition ?
  4. T

    problem with php/lsws restart

    the same problem, Fast CGI instances are not terminated (sig TERM is a must) by litespeed after shutdown/restart.
  5. T

    Benchmark

    FastCGI test Apache 1.3.33: ab -c 20 -n 10000 "http://66.250.130.43/echo-x.cgi" Requests per second: 515.68 [#/sec] (mean) Time per request: 38.784 [ms] (mean) Time per request: 1.939 [ms] (mean, across all concurrent requests) Litespeed ab -c 20 -n 10000...
  6. T

    Benchmark

    Binary test.cgi application. Test from another server (not from localhost): Lightspeed (Max CGI Instances 20): ab -c 100 -n 5000 "http://xxx/cgi-bin/test.cgi" Requests per second: 301.42 [#/sec] (mean) Time per request: 331.760 [ms] (mean) Time per request: 3.318 [ms]...
  7. T

    Benchmark

    Binary test.cgi application: ---------------- #include <unistd.h> int main() { printf( "Content-Type: text/html\n\nHello World!\n" ); } ---------------- Lightspeed (Max CGI Instances 20): ab -c 100 -n 5000 "http://localhost/cgi-bin/test.cgi" Requests per second: 250.22 [#/sec]...
  8. T

    Benchmark

    why not ? :) Very interesting results: ab -c 100 -n 1000 "http://localhost/cgi-bin/helloworld" "Max CGI Instances"=1 Requests per second: 85.72 [#/sec] (mean) Time per request: 1166.561 [ms] (mean) Time per request: 11.666 [ms] (mean, across all concurrent requests)...
  9. T

    Benchmark

    Apache vs Litespeed, negative CGI performance :( Debian GNU/Linux, kernel 2.4.27-1 Litespeed (without throttling, just after installation): ----------------- ab -c 100 -n 1000 "http://localhost/cgi-bin/helloworld" ... Requests per second: 81.99 [#/sec] (mean) Time per request...
Top