I want to access the mailbox move methods and thread unto 4 moves at once. Currently I am access one move at a time via com but I would like to go a little deeper and start researching threading and the code that is behind the com. My use involves hundreds if not thousands of mailboxes over a short period of time(weeks or maybe a month or so). I could replicate threading I guess by launching multiply scripts on different modes but the logistics to this approach is error pronded for a user prospective. "Jean-Paul Calderone" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Sat, 01 Jul 2006 16:36:02 GMT, LittlePython <[EMAIL PROTECTED]> wrote: > >I am looking for some good beginner how-to links and maybe some simple > >example scripts that perform threading on windows platforms. Hopefully > >authors who don't mind doing "a little spoon feeding" would be great as I am > >a "baby python" who is very green with threading.. > > Threaded programming is extremely difficult. Most good newbie introductions > to it consist of warnings not to use it. > > Do you have a particular application in mind? Perhaps someone can suggest > a more specific, simpler solution. > > Jean-Paul
-- http://mail.python.org/mailman/listinfo/python-list