From: Misha Koshelev on
Dear All:

Just wanted to let you know I have developed a Client/Server Framework for Computing Clusters that you might find useful. Simple model with three commands (send file, receive file, spawn=fork/execute a program).

There are three helper MEX files: spawn process (return pid), wait_pid (with timeout), and kill(process,signal).

Hope it is helpful.

Currently here:
http://www.mkosh.com/misc.html

Will also post to file exchange.

Thank you!
Misha
From: Misha Koshelev on
"Misha Koshelev" <misha680(a)gmail.com> wrote in message <hrhfm5$7m$1(a)fred.mathworks.com>...
> Dear All:
>
> Just wanted to let you know I have developed a Client/Server Framework for Computing Clusters that you might find useful. Simple model with three commands (send file, receive file, spawn=fork/execute a program).
>
> There are three helper MEX files: spawn process (return pid), wait_pid (with timeout), and kill(process,signal).
>
> Hope it is helpful.
>
> Currently here:
> http://www.mkosh.com/misc.html
>
> Will also post to file exchange.
>
> Thank you!
> Misha

Also on File Exchange
http://www.mathworks.com/matlabcentral/fileexchange/27442

Thank you!
Misha