You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by dh...@lexmark.com on 2005/06/08 21:27:19 UTC

[users@httpd] Handling Custom Protocol

Hi,

We'd like to implement something that knows how to handle a custom
communication protocol, and allows us to pass requests down to Tomcats (or
a JKHandler implementation).

Currently we have a class on the Apache machine which listens on a port,
opens a socket for the device, wraps each request as an http request, and
sends it to Apache for load balancing between the Tomcat servers.  Is there
a way to integrate this directly into Apache and increase performance etc.?

cheers,

David





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Handling Custom Protocol

Posted by Joshua Slive <js...@gmail.com>.
On 6/8/05, dhay@lexmark.com <dh...@lexmark.com> wrote:
> We'd like to implement something that knows how to handle a custom
> communication protocol, and allows us to pass requests down to Tomcats (or
> a JKHandler implementation).
> 
> Currently we have a class on the Apache machine which listens on a port,
> opens a socket for the device, wraps each request as an http request, and
> sends it to Apache for load balancing between the Tomcat servers.  Is there
> a way to integrate this directly into Apache and increase performance etc.?

Apache 2 has some multi-protocol support.  Modules exist for pop3,
ftp, and echo.  You may want to look at those and see if they give you
ideas.

Again, this is a request that may get better answers on the module
developers list:
http://modules.apache.org/subscribe

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org