tommyj77pl
New Member
Hi,
Our application is based on PHP and it gets data from the webspeed using PHP file comand i.e.
$array=file(http://webspeed_host/some_file.html?query);
some_file.html :
<script language="SpeedScript">
output-content-type("text/html").
for each some_db.
{&out} some_data_1 ";" some_data_2" "\n".
end.
</script>
Ocassionaly our server slows down and creates loads of root on batch
After I remove all the root batch processes everything works fine
Can you tell me if there is anything I am doing wrong or maybe if something can be done in different way?
Can I increase number of agents for webspeed and what number is an optimal?
Do you know any consultant our company can contact regarding this type of webspeed issue?
Thanx in advance
Our application is based on PHP and it gets data from the webspeed using PHP file comand i.e.
$array=file(http://webspeed_host/some_file.html?query);
some_file.html :
<script language="SpeedScript">
output-content-type("text/html").
for each some_db.
{&out} some_data_1 ";" some_data_2" "\n".
end.
</script>
Ocassionaly our server slows down and creates loads of root on batch
After I remove all the root batch processes everything works fine
Can you tell me if there is anything I am doing wrong or maybe if something can be done in different way?
Can I increase number of agents for webspeed and what number is an optimal?
Do you know any consultant our company can contact regarding this type of webspeed issue?
Thanx in advance