That webserver of ours we've threaded that to have it running in it's own space. I had attempted to thread boot up to save some time, but that fell through due to roms bad design. But I was planning to do area updates in a thread as you mentioned.
----- Original Message ----- From: "Jason Gauthier" <[EMAIL PROTECTED]> To: "ROM Mailing List" <[email protected]> Sent: Wednesday, September 03, 2003 11:48 AM Subject: WAS: multiple ports NOW:Threading > Thanks :) > > I took the info already supplied already and went with it. > I think I'm good to go. > > > -=-=-=-=-= > New topic: > > How many of you are threading your muds? > What are you threading and what is your reasoning? > This interests me greatly. > > Me so far: > > I thread area updates. (this allows quicker booting, and nicer 'repops') > I've added support for threaded mobile_update(), it has not been tested > well. > > (other things in the works not worth the mention yet) > > > > -----Original Message----- > > From: Dale Kingston [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 03, 2003 1:45 PM > > To: Jason Gauthier > > Subject: Re: Snippet/Walkthrough for making a mud listen on > > multiple ports. > > > > The original snippet was > > http://ftp.kyndig.com/diku/merc/rom/snippets/websvr.c > > > > But that wasn't enough for us so we built upon that snippet. > > Adding in our login section, and all of our other things that > > it shows. > > > > Ammaross doesn't like to share alot of code, but he's away > > ATM. So if you wanted I can show you small parts of the > > edited version of that snippet, so you can get a feel for how > > we got it to do what we did. > > > > ----- Original Message ----- > > From: "Jason Gauthier" <[EMAIL PROTECTED]> > > To: "Dale Kingston" <[EMAIL PROTECTED]> > > Sent: Tuesday, September 02, 2003 1:42 PM > > Subject: RE: Snippet/Walkthrough for making a mud listen on > > multiple ports. > > > > > > > The web server snippet would be perfect. > > > Do you know who hosts it? > > > > > > > > > > -----Original Message----- > > > > From: Dale Kingston [mailto:[EMAIL PROTECTED] > > > > Sent: Tuesday, September 02, 2003 3:37 PM > > > > To: Jason Gauthier; [email protected] > > > > Subject: Re: Snippet/Walkthrough for making a mud listen on > > > > multiple ports. > > > > > > > > I don't have that walk through, but just resently I had my > > > > mud open a second port to allow connections from that port as > > > > well as the main port. And it's worked pretty nicly, also you > > > > could get that web server snippet out there. > > > > Cause that opens and listens to an extra port. > > > > > > > > If you were interested I could email you what I did to get my > > > > mud to open it's second port might help with what you need. > > > > > > > > ----- Original Message ----- > > > > From: "Jason Gauthier" <[EMAIL PROTECTED]> > > > > To: "Richard D. Kicklighter II" > > > > <[EMAIL PROTECTED]>; <[email protected]> > > > > Sent: Tuesday, September 02, 2003 1:27 PM > > > > Subject: RE: Snippet/Walkthrough for making a mud listen on > > > > multiple ports. > > > > > > > > > > > > > This is an old one. > > > > > > > > > > Anyone still have this? I wanted to check it out. > > > > > > > > > > Jason > > > > > > > > > > > -----Original Message----- > > > > > > From: Richard D. Kicklighter II > > > > [mailto:[EMAIL PROTECTED] > > > > > > Sent: Monday, July 22, 2002 7:43 PM > > > > > > To: [email protected] > > > > > > Subject: Snippet/Walkthrough for making a mud listen on > > > > > > multiple ports. > > > > > > > > > > > > Just finished doing this, making my mud listen to a second > > > > > > port, on my mud, figured i would share with you all. I have > > > > > > included a link to my snippet site that also has another > > > > > > snippet of mine. Its nothing more than a directory index > > > > > > currently but it gets the job done. > > > > > > The file is: multiple-listen.txt so have fun. enjoy all you > > > > > > find there and lemme know if you have any questions. > > > > > > > > > > > > http://mud.darktech.org/snippets/ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > /*Ostoles([EMAIL PROTECTED]) > > > > > > *Name: Age of Prophecy > > > > > > *Address: mud.darktech.org > > > > > > *Port: 7000 > > > > > > *Hiring: Yes > > > > > > *Webpage: http://mud.darktech.org > > > > > > */ > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > ROM mailing list > > > > > > [email protected] > > > > > > http://www.rom.org/cgi-bin/mailman/listinfo/rom > > > > > > > > > > > > > > > > -- > > > > > ROM mailing list > > > > > [email protected] > > > > > http://www.rom.org/cgi-bin/mailman/listinfo/rom > > > > > > > > > > > > > > > > > -- > > > > ROM mailing list > > > > [email protected] > > > > http://www.rom.org/cgi-bin/mailman/listinfo/rom > > > > > > > > > > > -- > ROM mailing list > [email protected] > http://www.rom.org/cgi-bin/mailman/listinfo/rom >

