RE: Listener fork

  • From: "Kevin Closson" <kevinc@xxxxxxxxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Mon, 5 Jun 2006 11:39:59 -0700

 
You didn't state what Linux.

Those aren't processes. They are threads and they wont
cause you any problem re process limit.

If you don't like the way they look, you should be able
to do this:

$ export LD_ASSUME_KERNEL=""
$ lsnrctl start

...you should get NPTL this way and so ps will look cleaner.

PS. I've not found any human with a pulse and a room tempurature
I.Q. that can explain to me why the Linux guys thought it would
be so brilliant to expose Pthreads in ps(1) output. If anything
it should be detail that one would have to go way out of their way 
for because it is minutia.


>>>-----Original Message-----
>>>From: oracle-l-bounce@xxxxxxxxxxxxx 
>>>[mailto:oracle-l-bounce@xxxxxxxxxxxxx] On Behalf Of Dean Paul
>>>Sent: Monday, June 05, 2006 11:19 AM
>>>To: oracle-l@xxxxxxxxxxxxx
>>>Subject: Listener fork 
>>>
>>>Hi,
>>>I've installed 10g on Linux platform.When I run ps -ef | 
>>>grep tnslsnr it shows multiple listener processes with same name.
>>>Does any one know  why ?
>>>This may be cause some point of time to exceed # of linux processes.
>>>Please let me know why, is there any parameters I need to 
>>>change or reset?
>>>
>>>here
>>>                                                
>>>/u01/app/oracle/product/10.2.0/bin/tnslsnr listener_sales -inherit
>>>oracle   22661 22660  0 May30 ?        00:00:02 
>>>/u01/app/oracle/product/10.2.0/bin/tnslsnr listener_sales -inherit
>>>oracle   22662 22661  0 May30 ?        00:00:02 
>>>/u01/app/oracle/product/10.2.0/bin/tnslsnr listener_sales -inherit
>>>oracle   22663 22661  0 May30 ?        00:00:00 
>>>/u01/app/oracle/product/10.2.0/bin/tnslsnr listener_sales 
>>>-inherit Thanks -Dean
>>>
>>>_________________________________________________________________
>>>Express yourself instantly with MSN Messenger! Download 
>>>today - it's FREE! 
>>>http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
>>>
>>>--
>>>//www.freelists.org/webpage/oracle-l
>>>
>>>
>>>
--
//www.freelists.org/webpage/oracle-l


Other related posts: