Hello everyon. Could you tell me, how memored work with high load servers?
The load of my server equal 1 billion request per day. How I understand first I have to add require('memoried') to master script, then I have to add it to workers lib.
I think Server Master could drop under pressure of traffic.
I personally do not think memored would be helpful to your case. You may try some process manager like PM2 to start many instances of your app and separate the load.
Hello everyon. Could you tell me, how memored work with high load servers?
The load of my server equal 1 billion request per day. How I understand first I have to add require('memoried') to master script, then I have to add it to workers lib.
I think Server Master could drop under pressure of traffic.