Date: Sat, 17 Dec 1994 14:05:21 +0900 From: Stephen Turnbull To: max AT SLINKY DOT CS DOT NYU DOT EDU Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: http server for djgpp? From: David Max I've been searching around for a DOS implementation of an http server. The closest I've found are Linux versions and Windows versions. Has anybody built an http server using djgpp? Any help would be appreciated. There is a pretty decent one for use with DESQview/X. However, this would have the same problems as Windows, in that you need the DV/X OS extension running. On the other hand, except that you cannot easily build DJGPP under DESQview/X (memory is quite tight, on my office system makes work, recursive makes do not; on my laptop gcc works but make does not due to not enough low RAM), DV/X is very close to a true multi-tasking system. There is a socket library for DJGPP, I believe, so you should be able to port the linux version or other NSCA version. --Steve