On 4/5/06, Alberto Valverde <[EMAIL PROTECTED]> wrote: > Now seriously, I think os.uname + id(thread) + datetime.now() should > be enough, with a fallback not to use uname in windows as I believe > it doesn't support it, but hey, who does clusters on Windows?? ;)
You're correct--os.uname() doesn't exist on Windows, but socket.gethostname() will work. -- Tim Lesher <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

