Hi all,
I need to handle multiple data requests from different clients and receive them in a queue, which collects the hash data and process the multiple requests in a FIFO based manner.
Then on the collected hash data, i will perform the required functionality.
How to implement this on perl, is there any existing perl module already implemented to use it easily?
Please suggest me on this.
Thanks,
Vinay.