--- Jason Gauthier <[EMAIL PROTECTED]> wrote: > I have a good grasp of network programming (Have written several of my own > cross platform mini web-servers, in fact). > > I was looking to save myself from inventing the wheel, actually. > I found a web server snippet from somewhere and ganked the stuff I needed.
So, having written your own web servers, you didn't realize that all you needed to do was bind to another sockaddr, listen on the socket, and add the file descriptor to your incoming fd_set? Seems fairly trivial to me. Or were you asking specifically about getting the mud to respond to the http protocol? ~Kender ===== -----BEGIN GEEK CODE BLOCK----- Version 3.1 GCS/L/C/O d-(+) s++: a-- C+++$>++++ UBLS++++$ P+++(--)$ L+++>++++ E--- W+>++$ N !o K? w(--) !O M- !V PS+ PE(++) Y+ PGP->+ t+ 5 X+() R(+) tv+@ b++(+++) !DI+++ D G(-) e>+++$ h---() r+++ y+++ ------END GEEK CODE BLOCK------ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com

