Re: Timer Usage

2006-11-06 Thread Grant Edwards
On 2006-11-06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm planning to do C++ development together with Python on > Linux. I understand that Linux allows only one timer per > process. Does Python use the Linux timer? No. > If so, how do I use the timer without interfering with Python? --

Timer Usage

2006-11-05 Thread chewjeremy
I'm planning to do C++ development together with Python on Linux. I understand that Linux allows only one timer per process. Does Python use the Linux timer? If so, how do I use the timer without interfering with Python? -- http://mail.python.org/mailman/listinfo/python-list