If shared memory is big, it might be worth it to move it to separate database leaving node.js instances stateless.
So, no, you can't. But I don't believe it can cause any real problems, since sharing memory is a bad idea anyway (just look at Java...).
27.01.2014, 16:18, "Deniz Özger" <[email protected]>:
--Can you use ZMQ for shared memory without using IPC or TCP? If not, and the shared memory size is big, that might cause problems.Looking at https://github.com/JustinTulloss/zeromq.node for Node implementation.
On Monday, 8 July 2013 08:27:30 UTC+1, Floby wrote:ØMQ has a shared memory transport. I would use it.
On Thursday, 12 August 2010 08:24:30 UTC+2, Ohad wrote:I have few processes of Node,
What is the best practice of sharing memory between those processes ?--
--
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/groups/opt_out.
--
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/groups/opt_out.
