473,387 Members | 1,863 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

question re process id's

Hi,

Is it normal to have @100 process id's in process info folder?

I noticed that some process don't get deleted once they are finished.

Please advise.

Thanks,
Jul 20 '05 #1
4 2554
Certainly isn't uncommon. By default SQL will start about 10 processes and
then add processes for normal user activity. However in my experience most
DBAs never use EM to look at processes and locks. They turn to the stored
procedures such as sp_who, sp_who2, sp_lock and so forth.
Danny

"Guju" <gu**@tpg.com.au> wrote in message
news:41********@news.iprimus.com.au...
Hi,

Is it normal to have @100 process id's in process info folder?

I noticed that some process don't get deleted once they are finished.

Please advise.

Thanks,

Jul 20 '05 #2
Danny,

Any reason why process don't die once they are done.

thanks,

"Danny" <is****@flash.net> wrote in message
news:Y0******************@newssvr33.news.prodigy.c om...
Certainly isn't uncommon. By default SQL will start about 10 processes and then add processes for normal user activity. However in my experience most DBAs never use EM to look at processes and locks. They turn to the stored
procedures such as sp_who, sp_who2, sp_lock and so forth.
Danny

"Guju" <gu**@tpg.com.au> wrote in message
news:41********@news.iprimus.com.au...
Hi,

Is it normal to have @100 process id's in process info folder?

I noticed that some process don't get deleted once they are finished.

Please advise.

Thanks,


Jul 20 '05 #3
My assumption is that you are seeing in a nonactive state. Try getting more
detail like running dbcc inputbuffer(spid) and checking to see if cpu and/or
io is increasing.
"Guju" <gu**@tpg.com.au> wrote in message
news:41**********@news.iprimus.com.au...
Danny,

Any reason why process don't die once they are done.

thanks,

"Danny" <is****@flash.net> wrote in message
news:Y0******************@newssvr33.news.prodigy.c om...
Certainly isn't uncommon. By default SQL will start about 10 processes

and
then add processes for normal user activity. However in my experience

most
DBAs never use EM to look at processes and locks. They turn to the
stored
procedures such as sp_who, sp_who2, sp_lock and so forth.
Danny

"Guju" <gu**@tpg.com.au> wrote in message
news:41********@news.iprimus.com.au...
> Hi,
>
> Is it normal to have @100 process id's in process info folder?
>
> I noticed that some process don't get deleted once they are finished.
>
> Please advise.
>
> Thanks,
>
>



Jul 20 '05 #4
[posted and mailed, please reply in news]

Guju (gu**@tpg.com.au) writes:
I noticed that some process don't get deleted once they are finished.


Need to define "finished". This depends on the application design. An
application may opt to make a connection, and stay connected until the
users disconnects.

Also, several client libraries employs connection pooling. This means that
even if the client code calls a disconnect routine, the client library
does not actually disconnect from SQL Server immediately, but clings to
the connection, in case the application would reconnect. This grace
period is typically around 60 seconds. In fact many web applications make
heavy use of this. They connect and disconnect for about every query
they make.

Of course, you may be seeing a real problem, but without further information
it is difficult to say more.
--
Erland Sommarskog, SQL Server MVP, es****@sommarskog.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp
Jul 23 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Robert | last post by:
Im trying to send a variable via GET to a php script like so: <a href="process.php?id=test & test">Link</a> Leaving spaces is no problem, but the & symbol (ampersand) cannot be displayed to...
14
by: 2mc | last post by:
Generally speaking, if one had a list (from regular Python) and an array (from Numerical Python) that contained the same number of elements, would a While loop or a For loop process them at the...
11
by: Mike M | last post by:
Is it possible? In the parent process, I have a socket that binds, listens and then accepts new connections (which creates new sockets in the process). I want to be able to pass some of these new...
5
by: SB | last post by:
I have an assignment where we are supposed to mimic a scheduler routine of an OS. We are supposed to schedule some processes, an each process has the following attributes... - process id -...
2
by: ben | last post by:
hello, i'm following an algorithm book and am stuck on an early excersise in it, not because of the c programming side of it or even the algorithm side of it, i don't think, but because of maths....
6
by: Nurchi BECHED | last post by:
I have a filename and its process id in brackets. The problem is, the filename can contain brackets and numbers in it, but the last number in the brackets is always the process id. Now, assume,...
10
by: Rider | last post by:
Hi, simple(?) question about asp.net configuration.. I've installed ASP.NET 2.0 QuickStart Sample successfully. But, When I'm first start application the follow message shown. ========= Server...
0
by: | last post by:
I have a question about spawning and displaying subordinate list controls within a list control. I'm also interested in feedback about the design of my search application. Lots of code is at the...
7
by: Petra Meier | last post by:
Hello, if I use the following function for all my mySql commands in php, am I protected against all SQLinjections and XSS attacks? function sanitize($value){ return...
2
by: Ken Fine | last post by:
I want to add the security question and answer security feature to the ChangePassword control. I am aware that this functionality is built into the PasswordRecovery tool. I have implemented the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.