you can avoid this cap with the cluster module. if you create few million socket.io connections, then i asume memory isn't the only thing you have to handle. also the cpu will be the problem.
Am Montag, 10. März 2014 04:46:12 UTC+1 schrieb Le Lee: > > Tks @Karl Ostendorf > I have create socketio so when connection become big enough about a > few million. It will die. > I trying edit source v8 of node and build it. but i not successful. > > i reading: > http://blog.caustik.com/2012/04/11/escape-the-1-4gb-v8-heap-limit-in-node-js/ > > > > > > Vào 14:12:46 UTC+7 Thứ bảy, ngày 08 tháng ba năm 2014, Karl Ostendorf đã > viết: >> >> >> On 08.03.2014, at 04:02, Le Lee <[email protected]> wrote: >> >> > But i want to user variable global cache, so memory of it is very >> large. Have a way for it? >> >> Try Redis or Riak. Node is the wrong tool for the job but Node has great >> Redis and Riak client modules. >> >> — >> Ostendorf Software >> https://ostendorf.com/ >> mailto: [email protected] >> >> >> >> -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: 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 post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- 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]. For more options, visit https://groups.google.com/d/optout.
