[PATCH] always keep one file-ioslave around
Waldo Bastian
bastian at kde.org
Thu May 2 20:41:20 BST 2002
On Wednesday 01 May 2002 02:51 pm, aleXXX wrote:
> Hi,
>
> since the file ioslave is a very basic element, I think it would be a good
> idea to keep at least one of them always around, so that it hasn't got to
> be restarted. The attached patch for kdelibs/kio/kio/scheduler.cpp does
> this.
No, I don't like this. It would increase the memory usage because every
application that has used a file-slave once will stick to it till the end of
times. If you want to do something like this you should do it in the slave
pool maintained by klauncher:
When a slave isn't used any more by the application it is send back to
klauncher. When another application needs a slave, klauncher will check its
pool of slaves first before starting a new one.
Cheers,
Waldo
--
bastian at kde.org | SuSE Labs KDE Developer | bastian at suse.com
More information about the kde-core-devel
mailing list