Re: Threading HowTo's in Windows platforms

2006-07-01 Thread LittlePython
Well, I guess you have sold me on this. I will wait till I have grown up to be a big and wise python (who is still employed) and all my growing (scripting) scares have healed properly or maybe even forgotten by my employers. Thx "Jezzz ... What could possible go wrong!" Signed, Mr. DoRight "Sco

Re: Threading HowTo's in Windows platforms

2006-07-01 Thread Scott David Daniels
Jean-Paul Calderone wrote: > 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 spo

Re: Threading HowTo's in Windows platforms

2006-07-01 Thread LittlePython
Thx "Paul Rubin" wrote in message news:[EMAIL PROTECTED] > "LittlePython" <[EMAIL PROTECTED]> writes: > > 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 do

Re: Threading HowTo's in Windows platforms

2006-07-01 Thread LittlePython
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

Re: Threading HowTo's in Windows platforms

2006-07-01 Thread Paul Rubin
"LittlePython" <[EMAIL PROTECTED]> writes: > 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 g

Re: Threading HowTo's in Windows platforms

2006-07-01 Thread Jean-Paul Calderone
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

Threading HowTo's in Windows platforms

2006-07-01 Thread LittlePython
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.. Thx -- http://mail.python