This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Alex.stein
Recipients Alex.stein
Date 2012-11-29.17:45:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354211145.86.0.68056435154.issue16579@psf.upfronthosting.co.za>
In-reply-to
Content
I made a software synchronizing every 2 seconds files from the network through SSH using Paramiko library.

The software works normally on Linux and Windows 32 and 64 bits (never tried on Mac).

At the office, I use Windows XP 32 bits:
By comfort I made a link on the desktop pointing to the __init__.py file. I had no problems. Then I switched the extension file to .pyw.
The files are not synchronized every 2 seconds anymore but typically some time after 5 minutes. At the restart the files are immediately detected and synchronized.

The software runs multiples threads and processes.

I tryed to update Python interpreter but the bug remains.
History
Date User Action Args
2012-11-29 17:45:45Alex.steinsetrecipients: + Alex.stein
2012-11-29 17:45:45Alex.steinsetmessageid: <1354211145.86.0.68056435154.issue16579@psf.upfronthosting.co.za>
2012-11-29 17:45:45Alex.steinlinkissue16579 messages
2012-11-29 17:45:45Alex.steincreate