Nirav Shah

Results 6 comments of Nirav Shah

The servers are the interface for a bidding system that needs as low latency as possible for users. The connection numbers are quite low (less than 100) and ulimit has...

My hypothesizing aside, I have one websocket server on this machine that consistently gives responses in 200ms or less even under high load, and one websocket server that is right...

Both websocket servers make database operations, but both websocket servers finish their work in 1/100th of the total roundtrip time. It feels a little bit like an OS-level problem, where...

I'm not using that MySQL extension, just using mysqli. I have a note to myself to implement this extension for some operations but I haven't gotten around to it. Thanks...

Do you recommend replacing all DB connections with this library or only the ones used by the websocket server?

I think I'm having a similar issue. Could I get a short explanation of why the alternate mysql connector is recommended?