This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Two processes are always created while running cygwin program(bash, ls, etc) under windows 2003 x64 R2


Dear all,

I found strange behavior of cywin application under windows 2003 x64 R2 version.
When I run bash, it creates parent bash process and also child bash process as like followings;


cmd.exe
  +- bash.exe
     +- bash.exe

services.exe
  +- cygrunsvr.exe
     +- cygrunsvr.exe


But on Windows 2008 x64 R2 system, it create only one process as like followings;
cmd.exe
  +- bash.exe

services.exe
  +- cygrunsvr.exe

So I am wondering whether it is normal behavior of cygwin on Windows 2003 x64 R2 system or not.
And also if so, what's a cause of this happening.

Thanks and regards,
ChoongHyun.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]