Well what more were you looking for? As I mentioned I have my mud accepting mud connections on two ports. And I have an integrated web server, that accepts it's on connections and it handles all of it's own matters.
http://www.rotf.net:5001/ That will show you the integrated web server. If you were seeing if people have done more then just that who list snippet. ----- Original Message ----- From: "Jason Gauthier" <[EMAIL PROTECTED]> To: "'Chad Simmons'" <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Tuesday, September 02, 2003 6:17 PM Subject: RE: Snippet/Walkthrough for making a mud listen on multiple ports . > Specifically, I was looking to save some time. > I'm a busy (or lazy) person, and many people have already done this, and > plugged it into ROM. > > I wanted something that was already done, and already tested. > > (And yes, it is pretty trivial to just bind and listen, I was more > interested in seeing what people have done after that) > > :) > > > > -----Original Message----- > > From: Chad Simmons [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, September 02, 2003 8:02 PM > > To: Jason Gauthier > > Cc: [email protected] > > Subject: RE: Snippet/Walkthrough for making a mud listen on > > multiple ports . > > > > > > > > --- 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 > > > > -- > ROM mailing list > [email protected] > http://www.rom.org/cgi-bin/mailman/listinfo/rom >

