Re: new Eu version, no built-in socks yet
- Posted by Pete Eberlein <xseal at HARBORSIDE.COM> Nov 25, 1999
- 503 views
On Thu, 25 Nov 1999 16:48:10 -0600, Kat <KSMiTH at PELL.NET> wrote: >Ok, i don't feel like fighting, i'll let it sound like whatever it does to >you. I'd just be repeating what i said at the top of the page anyways. If >you want a common interface between several Eu sessions on one or many >puters, and have it easily transported from Windoze to Linux to Whatever OS, >ports are the way to go. HTTP, FTP, POP, and SMTP, etc are merely >handshaking protocols anyhow. > >Kat I wrote a common interface between Eu sessions for Linux a while back in a little library called RDC (remote dynamic calls.) It is somewhat similar to Java's RMI (remote method invocation.) Basically you start one program as the server and register the functions and procedures that can be called. The client program just gets the routine_ids of the server and calls them in a fashion similar to call_func and call_proc. If anyone is interested, I could start the RDC messageboard server program on my computer again. Only one person connected to it back then... I guess not too many people have net connections working under Linux. The server is limited to serving one connection at a time. Unfortunately the server is also not at all secure. It can be crashed as easily as sending the wrong number of arguments to a routine. (Rob, error handling routines, please?) Pete