On Thu, Oct 30, 2008 at 1:37 PM, Vishal <[EMAIL PROTECTED]> wrote: > Would request your inputs on this issue. Sometimes i get a multiple > instance of transports running on the server.
Use some thing like start-stop-daemon [1] that makes sure that this doesn't happen. Another alternative is djb's daemontools [2]. I mean the services/ transports show multiple instance of lets say Yahoo! > Transport > running. The server should not allow this, it should either kick out the old/or new transport. You might end up with two copies of the transport 'fighting' for the connection that way, so the easiest is to make sure that you only ever run one copy. This is best done as above. [1] http://man.cx/start-stop-daemon(8)/ [2] http://cr.yp.to/daemontools.html -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "py-transports" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/py-transports?hl=en -~----------~----~----~----~------~----~------~--~---
