Re: FD_SETSIZE

2001-09-29 Thread Nguyen-Tuong Long Le
Hi all, Thanks so much for your response and help! To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: Questions...

2001-09-29 Thread George V. Neville-Neil
> The spls have no effect any longer, we're leaving them in however > to mark places where protection is needed, when a subsystem becomes > MP safe the spls are removed. As far as glabals there are actually > very few there. OK, I'll start supping -CURRENT again. > Interesting! Or perhaps a fo

Re: Questions...

2001-09-29 Thread Alfred Perlstein
* George V. Neville-Neil <[EMAIL PROTECTED]> [010929 10:05] wrote: > > Hopefully, there's nothing inherently bad with it that will make it > > too difficult. > > Well, no more difficult than the current network stack. The number > of global variables (at least when I was looking at the old 4.4 B

Re: Questions...

2001-09-29 Thread George V. Neville-Neil
> The most signifigant changes that I can think of are: > SMP primatives > KSE > FFS Snapshots > Cardbus > Other than KSE (which I've only seen lately and so I don't know what it is) SMP should be the only thing that deeply affects the stack, at least to my currently limited knowledge. > Hopefu

Re: FD_SETSIZE

2001-09-29 Thread Julian Elischer
Nguyen-Tuong Long Le wrote: > > Hi, > > I am wondering what is the side effects of increasing FD_SETSIZE > beyond 1024? Our group have a propiertary web server software that > handles a large number of sockets. While increasing the kern.maxfiles > and kern.maxfilesperproc gives our web server mo

Re: Ipv6

2001-09-29 Thread JINMEI Tatuya / 神明達哉
> On Fri, 28 Sep 2001 08:59:32 -0400, > "Alex Feldman" <[EMAIL PROTECTED]> said: >> Currently the DNS system requires IPv4 transport. If you disable IPv4 >> completely, you cannot resolve any hostnames. In this case, you must >> set up DNS proxy (ex. totd) from IPv6 to IPv4. Is this y