in reply to Python from Perl, Perl/Win from Perl/*nix
Mount the Windows box's disk on the unix box and use CIFS (samba) and the filesystem to communicate between the two. Have a driver program on the windows box that looks in an "inbox" folder for new stuff to do. This driver program would be the windows equivalent of a daemon--always running. When it sees files in the inbox, it processes them (by running the specialized software) and puts the result in an "outbox" folder. Also, have a program on the unix box watch the outbox and do whatever is appropriate to the files that show up there.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Python from Perl, Perl/Win from Perl/*nix
by Tanktalus (Canon) on Nov 09, 2005 at 19:48 UTC |