Hi All,
I wrote a perl script using SoapTransport.pm.
When executed, the script listens to to a specific port and process any requests that comes there in.
In linux, this script could not be executed in multiple instances as it throws an error as "Port Address already in use", which is the expected feature.
But , in windows no such validations are done and multiple instances could be run simultaneously . Is this a feature/bug of Windows or SoapTransport module?
Thanks,
Bala.