help-hurd
[Top][All Lists]
Advanced

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

Re: Port leaks


From: Marcus Brinkmann
Subject: Re: Port leaks
Date: Tue, 24 Feb 2004 12:50:10 +0100
User-agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI)

At Tue, 24 Feb 2004 02:22:12 +0100,
marco_g wrote:
> Is this expected behavior or is this some portleak?

It's only a serious leak (first grade leak if you want :) if it grows
without bounds on repeated operations.  IE, if you do the same
operation N times, and the number of ports is increased by N*k.
(Assuming that the operation returns to the external state from before
the operation was started.  For example if you open files, and keep
them open, then that will of course create additional ports.  If you
open a file and close it again, it might create some ports once due to
caching, but from then on it should not each time you do this).

Thanks,
Marcus




reply via email to

[Prev in Thread] Current Thread [Next in Thread]