jrottman
Programmer
- Jun 17, 2005
- 47
I am working on a small perl app that will facilitate a large portion of our transaction management system.
I have found one stumbling block with writing this application in perl. I have yet to find a way to create a persistent event listener. IE the application is constantly connected to an email server listening for new emails that come in.
Anyone know if this is possible?
I know it is possible to setup a timer to connect to the server at a set interval but I am trying to get away from this.
I have found one stumbling block with writing this application in perl. I have yet to find a way to create a persistent event listener. IE the application is constantly connected to an email server listening for new emails that come in.
Anyone know if this is possible?
I know it is possible to setup a timer to connect to the server at a set interval but I am trying to get away from this.