| Author |
Comment/Response |
Nick Mitchell
|
04/12/00 05:31am
Hiyo!
I have set up a connection between a mathematica kernel and my scheme program via mathlink. However, whenever the client exits, the (in my case, remote) kernel also exits.
Question: Is it possible to keep the kernel running?
Here is how I launch the kernel (student linux v3.0)
% math -mathlink -linkmode listen
For the client, I've just followed the example ''factor.c''. I've tried removing the calls to MLClose() and MLDeinitialize(), to no avail.
Thanks!!
nick
URL: , |
|