[jdev] HTTP connection manager

Artur Hefczyc ajdev at tigase.org
Tue Oct 10 04:53:20 CDT 2006


Maybe silly question but why do you need webserver in between?

I mean usually mobile device sends HTTP request through wapserver
to webserver indeed. But this time you want to communicate with XMPP
server so the scenario should be:

Mobile device sends request through wapserver to XMPP server.
If you don't want to use persistent connection like pure XMPP connection
you should probably use server with XEP-0124 implementation directly.

So there would be no need for webserver.

You mobile device would send HTTP request (containing xmpp data)
through wapserver to XMPP server with XEP-0124.

Artur

> I'm on a mission to create a mobile chat client (amongst others) and I'm
> currently in the stage of deciding how to manage the connection between the
> webservers and de XMPP server. So there's an XMPP server, some webservers
> and some wap-clients.
> Since there has to be a statefull, persistent connection to the XMPP server
> while the webserver is stateless, I'll be needing some sort of connection
> manager between the webserver and the XMPP server.
>
> Am I correct? Or are there other alternatives?
>
> I've heard about the jhb connection manager, but it's not JEP-0124
> compliant. Also fconmgr should be doing a similar job, using the fastCGI
> module for Apache, but I can imagine that the latter might have some
> serious performance issues. Besides the fact that neither me nor my system
> administrator could get it installed.
>
> Does anyone have advice, a different view, or other usefull information for
> me?
>
> Thanks a lot in advance.
>
>
> Menno Bieringa

-- 
Artur Hefczyc

-- 
Artur Hefczyc
http://www.tigase.org/
http://wttools.sf.net/



More information about the JDev mailing list