Am 02.10.2016 um 22:57 schrieb Waldek Hebisch:
and one copy of sman
> is responsible to demultiplex FriCAS output and send it to proper
> destination.  Other programs use Unix domain sockets, and use
> functions like 'connect_to_local_server' to establish connection.
> Graphics only uses sockets, so is cleaner.
> 

... connect_to_local_server, that's a hint, thank you!! I found it in session.c:

/* spad_server connects to Lisp server socket
    read_SpadServer_command handles requests */
spad_server = connect_to_local_server(SpadServer, SessionManager, Forever);


-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to