in reply to Re: Implementing a queue based system
in thread Implementing a queue based system
Corion
Than you for the reply. The requirement is simple, SOAP::Lite server will accept a SOAP message from the client and put it in a queue. Another script will check if the queue/folder is not empty, pick the message, parse it and update the database.
Do you think any CPAN module will help me in achieving this setup
Thanks