Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



On Nov 30,  9:03am, yamt%mwd.biglobe.ne.jp@localhost (YAMAMOTO Takashi) wrote:
-- Subject: Re: CVS commit: src/sys

| what's the purpose of this feature?

There are protocols (lustre for example) that mandate the use of fixed ports
in the bindresvport range. It can happen randomly that portmap uses those
ports before the needing programs claim them. Linux has "portreserve" which
is much kludgier.

| fd_set doesn't seem like an appropriate structure for this.

I've been thinking about creating something more efficient, but I didn't come
up with something better and decided that using fd_set was less complex.

christos


Home | Main Index | Thread Index | Old Index