|
I have a troublesome problem which I'm at a loss to explain. To put it simply, the CPU use is inexplicably high on the web servers in my web farm.
I have a large number of users hitting two front-end web servers. 99% of the page loads are Ajax requests...
Started by Moxen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
By any chance, have you increased the number of allowed HTTP connections to the back-end server... .
It's hard to say what might be going on, but a wild guess would be that something is hitting a contention point and its spinning (instead of doing a wait) .
|
|
Hi,
I am using the SharePoint Object Model via a console app on the same server as the SharePoint installation, and using the following code:
SPSite MySite = new SPSite("http://server/"); SPWeb MyWeb = MySite.OpenWeb(); MyWeb.AllowUnsafeUpdates = true...
Started by Moo on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Try changing to a Release build, and if that doesn't work try running it without the debugger (Ctrl+F5 in Visual Studio)
It looks like this is because... .
It may be a difference between Release and Debug builds, or the fact it has the debugger attatched .
|
|
I have been getting a really annoying error about an std::out_of_range when calling substr. The exact error is
terminate called after throwing an instance of 'std::out_of_range'
what(): basic_string::substr
I'm absolutely sure that tmp_request has a length...
Started by Stanislav Palatnik on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Why are you casting the result....
Looks like you need an else after
if(bodypos==std::string::npos) { HttpError(...); }
otherwise you are calling substr with bodypos = npos
You might consider using the (unsigned) type std::string::size_type instead of int .
|
Ask your Facebook Friends
|
Getting these erros in console
2010-01-07 18:15:19.036 FlagLearner[13310:207] * -[NSCFString objectForKey:]: unrecognized selector sent to instance 0x3814530 2010-01-07 18:15:19.039 FlagLearner[13310:207] Terminating app due to uncaught exception 'NSInvalidArgumentException...
Started by Sam Jarman on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Hi Sam,
The error message....
Use the debugger to inspect the code that is adjacent to your exception .
This article describes breaking on exceptions.
The object at 0x3814530 is a NSString and yet you treat it as a NSDictionary, and you get a runtime exception .
|
|
Update Ok, I've tried the answers below and nothing has changed. I've identified the chipset in the laptop as the NVIDIA nForce 520. I downloaded the latest Vista x64 drivers for the nForce 520 (NVIDIA doesn't have any drivers for that chipset for Win...
Started by Joshua on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
By everything, I assume you've set the network cards to full-duplex, 100MBit, and not auto?
You will probably hate this answer, but I have to say it!
Have you tried updating the drivers?
I get a similar problem on my laptop (Realtek based NIC), it transfers... .
|
|
I manage a Windows Small Business server network of 12 computers including desktops & laptops all running Windows XP (Pro). We use a D-Link Switch connected to a router for internet connectivity. Recently the network speed slows down to the point of making...
Started by Jack Njiri on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
Run wireshark to see if you ....
There are a few things you could try, including but not limited to:
Does the same slowdown happen if you connect directly into the switch ? What kind of wiring does the building have? If it is old, this could be the issue .
|
|
The following code is creating a number of leaks which I do not understand as I release all objects created with Create or Copy. I have not worked with CF objects extensively so I may have a misunderstanding of the retention cycle. Any help would be appreciated...
Started by JK on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I put your code inside a test app....
I run the simulator like this
MallocStackLogging=1 /Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app/Contents/MacOS/iPhone\ Simulator
then run the app, then run leaks appname .
|
|
Hi there people,
i am married and 20, me and my partner have been trying to conceive for 1 year and nothing has happend i spoke to my doctor about this but he dosent seem to be taking it seriously, he says im young so should have nothing to worry about...
Started by princezz_barker
Newbie on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at fertilityzone):
Now, and both my GP and Consultant have told me that (more than likely), I have unexplained too much but it is a worry looking at the stats and numbers of unexplained cases are high, 75% of male likely), I have unexplained infertility....
|
|
Hi Ladies,
Well after 3+ years of TTC & numerous tests i had my last appointment this week with my gynacologist to see what happens next as i have finished my 9yh cycle of clomid with no success.I was told that i had unexplained infertility & they are...
Started by lolly801
Newbie on
, 26 posts
by 14 people.
Answer Snippets (Read the full thread at fertilityzone):
Unexplained means that they can find frustrating it is to be diagnosed as unexplained....
Hi Lolly
I am sure it is a huge shock at the moment, as you need an answer, but unexplained infertility is not as scary as it sounds, albeit very frustrating.
|
|
I was just wondering if anyone here has had the 'unexplained bruising' side effect that you are supposed to look out for on Aza. I remember when I first got diagnosed and they said about it I used to wonder about every bruise!
I have today noticed two...
Started by xX_LittleMissValentine_Xx on
, 11 posts
by 8 people.
Answer Snippets (Read the full thread at crohnsforum):
But if you are going.
I am on aza and bruise very easily, I wouldn't say they are unexplained help the blood to clot) which can be one cause of unexplained bruising.
To ask for an extra one.
|