Issues writing to config (ini) files from multiple servers

Discussions about Coding and Scripting
nogardilaref
Masterful
Posts: 577
Joined: Tue Jun 20, 2017 1:00 pm
Personal rank: ⚋⚊⚌☰⚞⌖⚟☰⚌⚊⚋

Re: Issues writing to config (ini) files from multiple serve

Post by nogardilaref »

So, essentially, the problem is not the requests themselves or the responses, it's when you start doing multiple requests at the same time instead of doing one after another towards the same host, is that it?

That makes a lot more sense now. :D
Yeah, I don't remember ever trying multiple at the same time, but I can certainly see the engine get all mangled up while it tries to (de)multiplex the requests and responses, specially at doing things such as to whom to send them to, specially when they arrive out of order.
Post Reply