Re: ASYNC SOCKETS Kat
- Posted by Kat <gertie at PELL.NET> May 10, 2002
- 329 views
On 10 May 2002, at 14:09, Martin Stachon wrote: > > Kat wrote: > > i have 1,660 advertiser domains pointed to 127.0.0.1 > > But if you launch a webserver on your machine, all the requestes > to the ad.* domains will go to it. Isn't 0.0.0.0 better (always invalid) ? No. You want a valid ip#, so the machine doesn't wait on it. If you point at 127.0.0.1 the OS immeadiately returns a "no http server here" and you get a blank spot where the ad would be. If you put a httpd on your machine, and provide a gif, the webpage will display your gif instead of the ad. Kat