sysinternals - Number of processes killed by pskill -


can clarify me i'm seeing when using pskill kill remote process on domain pc?

i have written small, .exe file in vb.net runs on remote pc loads web page , saves value database me. have written application "single instance application" prevent multiple instances running @ same time.

when run pskill command against machine, following result:

c:\sysinternals>pskill -t \pcname myapp

pskill v1.15 - terminates processes on local or remote systems copyright (c) 1999-2012 mark russinovich sysinternals - www.sysinternals.com

1219 processes named myapp killed on pcname.

i've modified app name , pc name above.

why saying 1,219 processes named "myapp" killed? "processes" in context different "instances" of application? normal? pc's running exact same application return 1 or 2 "killed" processes, "56", etc. seems random total of processes being killed.

just want understand happening don't want many instances of application running remotely.


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -