curl-library
No of process increases in Sun Solaris machine when using sftp with curl
Date: Wed, 24 Feb 2010 06:33:53 +0000
I have an application running in Linux box and using libcurl i am transerffing files to the Sun Solaris machine via SFTP..
For every upload i am making,i see there is one process added to my login and it never gets killed.
The process is like
1 a19042 22863 22861 0 02:48:16 ? 0:00 /opt/moto/openssh42/sbin/sshd -R
2 a19042 21316 21314 0 02:37:40 ? 0:00 /opt/moto/openssh42/libexec/sftp-server
3 a19042 23566 23565 0 02:50:41 ? 0:00 /opt/moto/openssh42/libexec/sftp-server
4 a19042 22724 22715 0 02:46:16 ? 0:00 /opt/moto/openssh42/sbin/sshd -R
5 a19042 21930 21924 0 02:41:17 ? 0:00 /opt/moto/openssh42/sbin/sshd -R
6 a19042 8825 8822 0 23:22:38 ? 0:00 /opt/moto/openssh42/sbin/sshd -R
7 a19042 7851 7845 0 01:42:51 ? 0:00 /opt/moto/openssh42/sbin/sshd -R
8 a19042 8165 8164 0 01:44:39 ? 0:00 /opt/moto/openssh42/libexec/sftp-s
If i do around 1500+ transfers i see 1500 process on my name like this.(using ps -eaf |grep a19042 where a19042 is my login name).At the end,the SUn solaris machine cribs there is no more space to fork any process.
Is there any open issue with curl/sun solaris?
Or is there is anything i am missing here?
Best Regards,
N.Rajesh
Courage is the knowledge of how to fear what ought to be feared and how not to fear what ought not to be feared.
_________________________________________________________________
Windows 7: Simplify what you do everyday. Find the right PC for you.
http://windows.microsoft.com/shop
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-02-24