Sorry for my bad english :) *** Why do you not consider to proxy apache by nodejs?
NodeJS is more fast than Apache. 2015-04-16 15:26 GMT+02:00 Francesco Cioffi <[email protected]>: > Hi, > > Why do you consider to proxy apache by nodejs? > > Maybe apache could suffer with more then 100+ users connected. The > fundamental problem is that Apache wasn't built with maintaining many > persistent connections in mind. > > There is a module for apache web socket, but I don't know how it runs. > https://github.com/disconnect/apache-websocket > > > Bye, > FC > > > > > > 2015-04-15 20:57 GMT+02:00 Wayne Chen <[email protected]>: > > > > Hi, > > > > I'm creating a live chat application in nodejs with the help of socketio > library. The app is written in nodejs and host on apache with mod_proxy. > I'm using apache to host the node server because the rest of the site is on > LAMP. Is there any potential draw back on this (other than the overhead > going through apache) ? would there be any problem if there's more than > 100+ users online connected to the chat? > > > > > > Thanks!! > > Wayne > > > > -- > > Job board: http://jobs.nodejs.org/ > > New group rules: > https://gist.github.com/othiym23/9886289#file-moderation-policy-md > > Old group rules: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > > --- > > You received this message because you are subscribed to the Google > Groups "nodejs" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > > To post to this group, send email to [email protected]. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/nodejs/47c351fd-ecc0-4e47-a0a5-ab72ddc91642%40googlegroups.com > . > > For more options, visit https://groups.google.com/d/optout. > > > > > -- > Francesco Cioffi > Computer engineer > http://www.fcioffi.net > -- Francesco Cioffi Computer engineer http://www.fcioffi.net -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/CA%2BUNQg-%2BWu1JvCwJrnNW%2BFhwX%3DzToR1OKRs2fUy-q560Rd_i9w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
