sNIP Posted June 2, 2020 Report Posted June 2, 2020 I know I can use localAddress options in both steam community and user. But will I run into problems, if I try to run multiple instances of node-steam-user instances with different localAddress setings on the same nodejs instance? Thanks in advance Quote
Dr. McKay Posted June 3, 2020 Report Posted June 3, 2020 There shouldn't be any problems. sNIP 1 Quote
sNIP Posted June 4, 2020 Author Report Posted June 4, 2020 On 6/3/2020 at 8:20 AM, Dr. McKay said: There shouldn't be any problems. Thank you, because Iam switching from each each NodeJS instance, to all instances in one NodeJs Quote
Dr. McKay Posted June 5, 2020 Report Posted June 5, 2020 Node.js actually performs better if you split as much as you can into separate processes, since Node is single-threaded. Quote
sNIP Posted June 22, 2020 Author Report Posted June 22, 2020 On 6/5/2020 at 3:55 AM, Dr. McKay said: Node.js actually performs better if you split as much as you can into separate processes, since Node is single-threaded. I tried, but it too much hassle, I just gave up on the multithreading model and can run up to 50 accounts with no issues whatsover right now Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.