You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: