netstat -noa shows
local address state pid
0.0.0.0:80 listening 3960
127.0.0.1:80 close_wait 3960
0.0.0.0:443 listening 3960
127.0.0.1:443 close_wait 3960
taskmanager shows the pid 3960 as being apache.exe but it doesnt seem to be using any cpu resources but is using 19,232k memory
at the same time, there is another instance of apache.exe opened in taskmanager with pid 3384 (this doesnt show with netstat -noa) and this one is using 90-98% cpu resources and 21,156k memory usage.
what the bejaysus is going on?
