Re: too many close calls for non-opened fds

This is a discussion on Re: too many close calls for non-opened fds within the OpenSSH Development forums, part of the Networking and Network Related category; >> I thought this issue occurs from openssh-3.9 because of introduction of >> re-exec feature. &...


Go Back   Usenet Forums > Networking and Network Related > OpenSSH Development

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 08-22-2006
Logu
 
Posts: n/a
Default Re: too many close calls for non-opened fds

>> I thought this issue occurs from openssh-3.9 because of introduction of
>> re-exec feature.
>> I tried by disabling the re-exec feature and still I see a large number
>> of
>> close() calls during connection.

>
> If you run sshd with "-r", how many close() calls do you see per
> connection?
>
> If it's 60 or so then session.c does this:
>
> /*
> * Close any extra open file descriptors so that we don't have them
> * hanging around in clients. Note that we want to do this after
> * initgroups, because at least on Solaris 2.3 it leaves file
> * descriptors open.
> */
> for (i = 3; i < 64; i++)
> close(i);
>
> but I can't see that having a significant performance impact.
>


Hi Daren,

Actually that was a mistake on my part. When -r option is used the close
call occurs only during startup and not for every connection. During startup
with -r option we get around 60K close calls.
We are about to do a fix for this issue on HP-UX (without -r option). The
approach is to find out the open fds and close the unwanted ones. Will this
be a valid approach.

Thanks
-logu

_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
http://lists.mindrot.org/mailman/lis...enssh-unix-dev
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 08:02 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0