Handle parallel call to a server script

I need to increase the speed of data inserting to different doctypes without loosing any data. I’m having a minimum 2000 parallel calls to a specific server script from external devices. I have used enqueue, but its still slow.

Thanks in advance