"Norman Rasmussen" writes: - On Thu, Aug 28, 2008 at 9:45 PM, Eric Schnoebelen <[EMAIL PROTECTED]> - wrote: - - > I've attached the patch I put into pkgsrc for the - > yahoo-transport. - - As a matter of interest how does python handle debugFile being - opened twice if you run daemonized and an exception is logged? - Surely stdout and logfile conflict?
I don't think Python cares, or at least I haven't seen evidene that it does. I'd be surprised if python wasn't just asking the OS for file handles, and ending up with 2 file handles pointing at the same file (hopefully, both opened as Append-Only). Unix doesn't care how many times a file is opened.. -- Eric Schnoebelen [EMAIL PROTECTED] http://www.cirr.com I can't remember if I'm the good twin or the evil one. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
