|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
stop ilegal process
actually i try to install php on my server, then i try to play with for(), and other loop function since then i realized that never end loop will break the machine , is there any solution to stop such process ?
Last edited by mas_raka : August 26th, 2003 at 09:04 AM. |
|
#2
|
|||
|
|||
|
In php, they will stop automatically after the time specified in the php.ini file.
Besides waiting, you can also kill them manually: ps ax (process table comes up, look for the php or web server process eating up 100% cpu) kill -KILL pid (replace pid with the PID number from the process table)
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > BSD Help > stop ilegal process |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|