[Openmcl-devel] Need advice on porting an application from LW
John DeSoi
desoi at mac.com
Wed Sep 11 13:26:17 PDT 2002
Hi Marco,
I ported Portable AllegroServe for OpenMCL a few months back. It has
an ACL compatibility module that works for LispWorks, MCL, CMUCL, and
OpenMCL. This provides a standardized way (well, ACL's way) of
dealing with sockets and processes for all of the different
platforms. At the very least it should provide some good examples to
get you started.
http://sourceforge.net/projects/portableaserve/
Best,
John DeSoi, Ph.D.
At 3:28 PM -0400 9/11/02, Marco Antoniotti wrote:
>Hi
>
>I have LW application which communicates with a Java program over a
>socket. The CL code acts as the "server".
>
>I need to port this application to OS X.
>
>Note that the LW application makes use the MP package and of the COMM
>package (which seems to me to be at a higher level of abstraction than
>the OpenMCL socket library).
>
>Given that I do not have much experience with network programming, I
>need some advice about how to go ahead and do this in OpenMCL.
>
>The main code I have looks like the following (in LW).
>
_______________________________________________
Openmcl-devel mailing list
Openmcl-devel at clozure.com
http://clozure.com/cgi-bin/mailman/listinfo/openmcl-devel
More information about the Openmcl-devel
mailing list