Today, i observed an interesting behavior. I am using windows XP-sp3 OS.
When i open a new tab in Google Chrome & view the task manager, a new process is created.
But, after some time, this process is terminated.
Why it is showing such kind of behavior? Is it due to system call vfork()
? Does the child process immediately call exec()
?
Does it happen only with Google Chrome or all other browsers behave in a similar fashion?