Re: Calling a remote kernel from an external program.
- To: mathgroup at smc.vnet.net
- Subject: [mg27988] Re: Calling a remote kernel from an external program.
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 28 Mar 2001 02:40:17 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <98vik0$938@smc.vnet.net> <9962nq$t2i@smc.vnet.net> <99chdc$8bd@smc.vnet.net> <nISu6.5165$uR4.43561@ralph.vnet.net> <6G_u6.5643$uR4.48351@ralph.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
> I use solaris 2.6. I tried it on another computer with > sunos 4.1 and it works fine too, so there must be some > configuration on the 2.6 that prevents the message from > going trough. LinkReadyQ returns true, but no message is > actually being sent. What do you mean by other protocols? On the same machine MathLink on a unix box will probably use pipes, but you can try to use TCP/IP and create the links with Session 1--------------------------- lnk = LinkCreate["8000",LinkProtocol->"TCP"] Session 2--------------------------- lnk = LinkConnect["8000@phong",LinkProtocol->"TCP"] Regards Jens