in reply to Re: perl script and queue
in thread perl script and queue

Hi All,

Thanks for your suggestions. It's works perfectly even without locking mysql table. Just create a file in begin of script and lock the script by 'flock($fh, LOCK_EX)' and close this file handler in required place. Thanks a lot hippo

Thanks,
Manimuthu