Welcome Guest Search | Active Topics | Log In | Register

Function Problem Options · View
redLine
#1 Posted : Saturday, July 26, 2008 6:17:27 PM

Rank: YAF MVP




Joined: 10/20/2006
Posts: 155
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=
Jaben
#2 Posted : Saturday, July 26, 2008 11:32:57 PM

Rank: YAF Head Dude



Joined: 10/10/2004
Posts: 2,949
Location: Honolulu, HI
What process is using 100% CPU? I have a server with 2003 and MSSQL 2005 running YAF and there are no issues with 100% CPU usage.

Is it possible your server is not configured properly?
"When you are grateful, fear disappears and abundance appears”."

TommyB
#3 Posted : Thursday, August 07, 2008 10:33:34 AM
Rank: Advanced Member



Joined: 7/6/2005
Posts: 61
Location: Germany
I have had the same problem on 2 different machines (1&1, HostEurope). Sad but true, for both cases it was the plesk process that slows down the whole system (cpu & memory usage). After a deinstallation of plesk (don't think this is easy -.-) anything is fine now.

I Don't think this is a yaf problem Smile
- Sry for my english Wink

BattCursor.Net - Official homepage of that tool for vista laptops!
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
Powered by YAF 1.9.3 RC2 | YAF © 2003-2008, Yet Another Forum.NET
This page was generated in 0.054 seconds.

SourceForge.net Logo Powered by ASP.NET v2.0 411ASP.NET