|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
too many processes of the same class open...
hello.....I am runing a smtp filter server on port 25. When I start this server from the command line (java nameofserver), it starts......and when i do 'ps --aux' it shows me about 9 instances of this server with diff. PID's
Code:
root 12212 3.3 3.5 203644 8676 pts/0 S 15:47 0:00 java DSServer root 12213 0.0 3.5 203644 8676 pts/0 S 15:47 0:00 java DSServer root 12214 0.0 3.5 203644 8676 pts/0 S 15:47 0:00 java DSServer root 12215 0.0 3.5 203644 8676 pts/0 S 15:47 0:00 java DSServer root 12216 0.0 3.5 203644 8676 pts/0 S 15:47 0:00 java DSServer root 12217 0.0 3.5 203644 8676 pts/0 S 15:47 0:00 java DSServer root 12218 0.0 3.5 203644 8676 pts/0 S 15:47 0:00 java DSServer root 12219 0.0 3.5 203644 8676 pts/0 S 15:47 0:00 java DSServer root 12220 0.0 3.5 203644 8676 pts/0 S 15:47 0:00 java DSServer this server is multithreaded and spawns of threads only when there is an incoming connection...so why does it show me 9 instances of it when it starts????
__________________
Web Development Studio | XML/ XSL/ PHP/ Flash/ Mysql | Digital Metamorphoses | http://www.dimensionstudio.biz |
|
#2
|
||||
|
||||
|
<< Linux Newbie so I'm not sure, but...
Looks to me the server has 'X' instances running to be able to handle 'X' connections to it at the same time. If so, you can probably find some variable somewhere in the config-files stating how much there are on startup. I remember Apache having something like this as well ![]() PS. If this is BS plz forget it.. Only trying to give a fast answer ![]()
__________________
There are 10 types of people in this world - those who understand binary and those who don't... PHP | MySQL | DevShed Forum Search | Google Search |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > too many processes of the same class open... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|