Walk wont stop / linux

Post Reply
pete.smith
Posts: 73
Joined: Tue May 17, 2005 2:08 pm

Walk wont stop / linux

Post by pete.smith »

I hit stop over and over, wait, but it wont stop.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Walk wont stop / linux

Post by mark »

What does the walk status say? Does it say it saw the stop request?

What's your page timeout? If it's longer than 60 seconds and some page is actually taking that long you'll need to keep hitting stop every minute until that page finishes.

You could kill the walker child process if it won't quit. You can use "ps auxfw" on linux to easily see the parent-child relationship of processes.
Post Reply