Re: Tomcat Connector Benchmark

2005-07-12 Thread Remy Maucherat
Vicenc Beltran Querol wrote: Hi, I would like to know if there is an "official" benchmark to compare the scalability/throughput of the new connectors (APR, Grizzly, ...) and Coyote. If not, maybe it's a good time to define one. I am confident you are going to be willing to contribute rigg

Re: Tomcat Connector Benchmark

2005-07-12 Thread Peter Lin
there isn't any "official" benchmark, but there's the benchmarks I ran this year and the results. peter On 7/12/05, Vicenc Beltran Querol <[EMAIL PROTECTED]> wrote: > > Hi, > > I would like to know if there is an "official" benchmark to > compare the scalability/throughput of the new connector

Re: tomcat connector

2005-06-09 Thread dhay
nal Message - > From: <[EMAIL PROTECTED]> > To: "Tomcat Developers List" > Sent: Tuesday, March 22, 2005 8:16 AM > Subject: Re: tomcat connector > > > > Wow, didn't know this was possible! > > > > This will be perfect for us...except

Re: tomcat connector

2005-03-22 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Developers List" Sent: Tuesday, March 22, 2005 8:16 AM Subject: Re: tomcat connector > > Wow, didn't know this was possible! > > This will be perfect for us...

Re: tomcat connector

2005-03-22 Thread dhay
uot; | |<[EMAIL PROTECTED]> | | cc: | | Subject:

Re: tomcat connector

2005-03-21 Thread vamsi kanuri
plz dont send any e mails Remo rahman <[EMAIL PROTECTED]> wrote: I'm developing an application which is a java servlet, deployed on tomcat 5.5 Now, I want my application to take raw data from the client through sockets, & for that it has to make a socket connection and listen that port for data.

Re: tomcat connector

2005-03-21 Thread vamsi kanuri
plz dont send any e mails Remo rahman <[EMAIL PROTECTED]> wrote:I'm developing an application which is a java servlet, deployed on tomcat 5.5 Now, I want my application to take raw data from the client through sockets, & for that it has to make a socket connection and listen that port for data.

Re: tomcat connector

2005-03-21 Thread Bill Barker
You need to implement your own ProtocolHandler http://jakarta.apache.org/tomcat/tomcat-5.5-doc/catalina/docs/api/org/apache /coyote/ProtocolHandler.html, which will hand the Request & Response off to the Adapter that Tomcat hands it when it is ready for Tomcat to process them. You'll probably also

RE: Tomcat connector (isapi_redirect)

2003-01-15 Thread Evans, Michael
I've figured out what was missing... If anyone else needs to recompile isapi_redirect.dll then look at the README file and download the latest Windows/IIS SDK. -Original Message- From: Evans, Michael [mailto:[EMAIL PROTECTED]] Sent: 15 January 2003 13:50 To: '[EMAIL PROTECTED]' Subject: To