in reply to Handling multiple requests in a queue on FIFO based and process
I need to handle multiple data requests from different clients and receive them in a queue,
Do the clients run on your local LAN or remotely?
Presumably, FIFO based manner does not necessarily mean using a FIFO; but rather just first-in, first-out?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Handling multiple requests in a queue on FIFO based and process
by mvinayk (Initiate) on Nov 22, 2013 at 09:41 UTC | |
by BrowserUk (Patriarch) on Nov 22, 2013 at 10:20 UTC |