A measure of the amount of work a computer is performing. CPU load is closely related too, but not exactly the same as CPU utilization.

learn more… | top users | synonyms

2
votes
0answers
39 views

With exactly the same workload one server shows high cpu load

I'm running hadoop and have 2 identically configured servers in the cluster. They're running the same task, same configuration, same everything, and both are totally dedicated as hadoop task nodes ...
2
votes
0answers
72 views

install of GDAL failed for kartograph.py - DLL load failed

There is a very similar topic but solutions there didn't helped me. I am trying to install and run kartograpgh.py tests from installation, and it breaks like this => ...
2
votes
0answers
90 views

KINETIC.JS loading image from stored json

I was able to load multiple image at once from a dummy json string that I created with json = stage.toJSON();. Offline this works flawlessly and it even remembers the position that I dragged it too. ...
2
votes
0answers
112 views

Loading variables with Corona on Android

I'm trying to load a level variable, and it works fine on the simulator, but I get the following error message when I install to device (LG Optimus L3 e-400 and HTC One X): Director ERROR: Failed ...
2
votes
0answers
184 views

Loading and saving variables in R with gWidgets

For the past few months I've been building a simulation in R I hope to package. It consists of two usable functions, and many internal ones which one of the two usable functions call while looping, to ...
2
votes
0answers
185 views

jQuery iframe.load status

Is there a way I can find whether there's an http error status inside an iframe? I'm loading the iframe with a dynamically built url and am removing a loading gif on load. ...
2
votes
0answers
66 views

Loading google plus code after entire page loads

I'd like to load the Google plus code after the entire page loads because it really slows load time. I'm running Joomla, so here's exactly what I put in the php file: <div class="g-plus" ...
2
votes
0answers
219 views

jQuery .animate() - increment number in .each()

If there have 3 images. The animation will run 3 times at the same time. Cuz i want to do someting at 30 and 100 values ONE TIME. Is there any solution of this. img.each(function(e){ var image = ...
2
votes
0answers
116 views

Copying AdSense on page using jQuery - is it against AdSense rules?

I need loading Google Adsense Ads with AJAX. I found, that it's not allowed at this time, so I was thinking and invet this: I normally include Google javascript code into HTML page in DIV with some ...
2
votes
0answers
141 views

iframe white flash

I know this question and attempts at answering it are all over the place. I've been looking into this issue for weeks now and still cannot find a solution that works. I have a left-hand navigation ...
2
votes
0answers
330 views

phonegap jquerymobile sql dynamic link

I m building a phonegap Ios App with the help of the jquery-mobile framework I have a primary jquery-mobile autodivided list populate by sql database. This autodivided list work as expected. A ...
2
votes
0answers
460 views

Excel 2010 AddIn not loaded when Excel-Workbook opened with double click

I wrote a Add-In for Excel 2010. It works fine if I open Excel from Start menu. But just if I double click on a Excel Workbook, the AddIn can not be loaded. I checked it in ThisAddIn.cs, the method ...
2
votes
0answers
265 views

Browser loads duplicate copies of scripts

If I open my webpage and then look at developer tools on the browsers like chrome/firefox/ie, I see multiple copies of the same view/javascript files loaded. This can potentially screw up how ...
2
votes
0answers
483 views

How can I open a WebArchive in a UIWebView?

I'm trying to open a Webarchive stored in a Core Data database. The Core Database was created on a Mac and filled with some Webarchive by using a WebView. Now I want to display these WebArchives in ...
2
votes
0answers
517 views

bbq.pushState() with jQuery load

I am building my website with dynamically loading content. I have this code right now for pushState() $("a.link").click(function(e) { var href = $(this).attr( "href" ); ...

1 2 3 4 5 67
15 30 50 per page