[python-win32] Mailslot

2007-12-09 Thread Michel Claveau
Hi! Mailslot is a simple & fast IPC (Inter Processus Call) (who use UDP & SMB). It's inside Windows from long time ago. With Vista, the (re)-new tool Waitfor.exe can use it, for synchronize batchs, applis or scripts (in local computer or in a LAN). This next code show the use of Python+PyWin

[python-win32] Mailslot

2007-12-10 Thread Roger Upole
I've added CreateMailslot, GetMailslotInfo and SetMailslotInfo to win32file, so they should be available in the next release. Roger ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Mailslot

2007-12-10 Thread Tim Roberts
Michel Claveau wrote: > Mailslot is a simple & fast IPC (Inter Processus Call) (who use UDP & SMB). > It's inside Windows from long time ago. > > With Vista, the (re)-new tool Waitfor.exe can use it, for synchronize > batchs, applis or scripts (in local computer or in a LAN). > > This next code

Re: [python-win32] Mailslot

2007-12-10 Thread Michel Claveau
Hi, Tim! Your code-link-example (sipc.py) don't run ("failure...") ; but with your other indications, and after much of research and attempts, and especially much of chance, I succeeded in coding a Mailslot server. Time to give a little in form the pieces of codes, thus some examples of intera

Re: [python-win32] Mailslot

2007-12-10 Thread Michel Claveau
Hi! > I've added CreateMailslot, GetMailslotInfo and SetMailslotInfo to > win32file, so they should be available in the next release. 3 points : - thanks, Roger - Aggg! All this work, and all this time spent (by me), for nothing! - thanks, Roger!!! @-salutations Michel Clav

Re: [python-win32] Mailslot

2007-12-11 Thread Tim Roberts
Michel Claveau wrote: >> I've added CreateMailslot, GetMailslotInfo and SetMailslotInfo to >> win32file, so they should be available in the next release. >> > > 3 points : > - thanks, Roger > - Aggg! All this work, and all this time spent (by me), for > nothing! > Hey, n