Author |
|
welly.tambunan
Joined: 07 Jan 2013 Posts: 4 Location: Indonesia
|
Posted: Mon 07 Jan '13 10:00 Post subject: Apache Websocket support |
|
|
Hai,
I'm trying to integrate the websocket into existing
application.
Based on my search, i found a websocket module to do this, but it isn't updated yet. https://github.com/disconnect/apache-websocket.
Any chance that the module will be included in Apache ?
Also i found in StackOverflow conversation that Apache httpd wasn't design to maintain persistent connection, is that true ? Using WebSocket on Apache server
Should continue using Apache websocket module or using separate websocket server ? |
|
Back to top |
|
japi
Joined: 05 Jan 2013 Posts: 6 Location: Frankfurt
|
Posted: Mon 07 Jan '13 11:20 Post subject: |
|
|
If mod_websocket is what you are looking for:
Klick on the "Downloads" link to the left, select 32 or 64 bit and then download and install the version you need.
Best regards,
JP |
|
Back to top |
|
welly.tambunan
Joined: 07 Jan 2013 Posts: 4 Location: Indonesia
|
Posted: Mon 07 Jan '13 11:21 Post subject: |
|
|
japi wrote: | If mod_websocket is what you are looking for:
Klick on the "Downloads" link to the left, select 32 or 64 bit and then download and install the version you need.
Best regards,
JP |
Thanks Japi,
but i think that's not a part of Apache Module right ? Is that recommended to use that module ? |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Mon 07 Jan '13 11:38 Post subject: |
|
|
It's NOT an official module but a 3rd party module for Apache. |
|
Back to top |
|
welly.tambunan
Joined: 07 Jan 2013 Posts: 4 Location: Indonesia
|
Posted: Mon 07 Jan '13 11:40 Post subject: |
|
|
glsmith wrote: | It's NOT an official module but a 3rd party module for Apache. |
is that recommended approach when creating websocket server ? or should we use another websocket server.
how about Apache capabilities for handling long running persistent connection? |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Mon 07 Jan '13 11:49 Post subject: |
|
|
welly.tambunan wrote: | is that recommended approach when creating websocket server ? or should we use another websocket server. |
That is your descision and I cannot make it for you. I do not use it or websockets so all I can say is try it, if it does not work for your needs then go with another websocket server.
welly.tambunan wrote: | how about Apache capabilities for handling long running persistent connection? |
If the module exists, chances are Apache can handle it.
I saw you posted this question to the developer mailing list, so you may get some answers there from more knowledgeable people. |
|
Back to top |
|
welly.tambunan
Joined: 07 Jan 2013 Posts: 4 Location: Indonesia
|
Posted: Mon 07 Jan '13 11:51 Post subject: |
|
|
glsmith wrote: |
If the module exists, chances are Apache can handle it.
I saw you posted this question to the developer mailing list, so you may get some answers there from more knowledgeable people. |
Ok glsmith,
thanks a lot. |
|
Back to top |
|