Hi Guyz,
I have win 2003 server + plesk with mssql 2005 and my server have 512 mb ram but my cpu always using 100%.
When i search fixing problem on google i have found some articles.
Have a yaf functions have endless loop ?
same as that
Code:
"function pushFront(%list, %token, %delim)
{
if (%list !$= "")
return %token @ %delim @ %list;
return %token;
}
function pushBack(%list, %token, %delim)
{
if (%list !$= "")
return %list @ %delim @ %token;
return %token;
}
function popFront(%list, %delim)
{
return nextToken(%list, unused, %delim);
}"
You can look in here some solutions
http://www.google.com.tr...oogle%27da+Ara&meta=