Re: Java servlet/jsp with mathopd ?

2005-09-14 Thread Juergen Daubert
On Tue, Sep 13, 2005 at 12:20:38PM -0700, j.random.programmer wrote:

[...]
 Instead of spawning a new process every time via
 CGI, is there anyway for me to start my servlet 
 engine that listens on some tcp port (say 8080) and
 then have mathopd send CGI requests over this port
 and then recieve the results back from that port and
 send them out to the client ? 

Maybe you could use the cgi-fcgi stub from the FastCGI
package. See http://www.mathopd.org/wiki?PhpFastCGI for
an example of using that with php.

HTH
Juergen

-- 
Juergen Daubert  |  mailto:[EMAIL PROTECTED]  
Korb, Germany|  http://jue.li/crux



Re: Java servlet/jsp with mathopd ?

2005-09-14 Thread Juergen Daubert
On Tue, Sep 13, 2005 at 12:20:38PM -0700, j.random.programmer wrote:
 Hi:
 
 I just ran into mathopd via a benchmark page where
 mathopd and zeus were the top 2 performing web
 servers.

Nice to hear :-) url of that page ?

Greetings
Juergen


-- 
Juergen Daubert  |  mailto:[EMAIL PROTECTED]  
Korb, Germany|  http://jue.li/crux



Re: Java servlet/jsp with mathopd ?

2005-09-14 Thread Michiel Boland

I just ran into mathopd via a benchmark page where
mathopd and zeus were the top 2 performing web
servers.


Nice to hear :-) url of that page ?


My guess is that the original poster was referring to Jef Poskanzer's Web 
Server Comparisons page (google for thttpd :). But that is a bit outdated. 
It appears to not have been touched since 1998.


Java servlet/jsp with mathopd ?

2005-09-13 Thread j.random.programmer
Hi:

I just ran into mathopd via a benchmark page where
mathopd and zeus were the top 2 performing web
servers.

The methopd source is pretty small and easy to read
and I would like to use it. I create a lot of dynamic
content using java servlets, so I was wondering:

Instead of spawning a new process every time via
CGI, is there anyway for me to start my servlet 
engine that listens on some tcp port (say 8080) and
then have mathopd send CGI requests over this port
and then recieve the results back from that port and
send them out to the client ? 

Any other suggestions ?

Best regards,
--j






__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


Re: Java servlet/jsp with mathopd ?

2005-09-13 Thread Jakob Eriksson



I use named pipes to communicate from a thin CGI to an small
application server that listens to a named pipe and writes HTML
back to another named pipe.

regards,
Jakob



j.random.programmer wrote:


Hi:

I just ran into mathopd via a benchmark page where
mathopd and zeus were the top 2 performing web
servers.

The methopd source is pretty small and easy to read
and I would like to use it. I create a lot of dynamic
content using java servlets, so I was wondering:

Instead of spawning a new process every time via
CGI, is there anyway for me to start my servlet 
engine that listens on some tcp port (say 8080) and

then have mathopd send CGI requests over this port
and then recieve the results back from that port and
send them out to the client ? 


Any other suggestions ?

Best regards,
--j






__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com