Note that there are some explanatory texts on larger screens.

plurals
  1. POGoogle App Engine development server slow in Windows but not in Ubuntu Linux
    primarykey
    data
    text
    <p>In Ubuntu, I run the command ./dev_appserver.py to start the development server. Everything runs snappy under Linux.</p> <p>I also have Windows 7 installed on the same machine. In Windows, I start the development server from the Google App Engine Launcher (version 1.5.1). The server appears to start up OK, but once it is running, pages may take minutes before they <strong>begin</strong> to load, if at all. The page tends either to load completely or not at all. If the page does start loading, it's usually fairly quick. It's not the loading of images and scripts that is slow, but it seems like the request itself is getting hung up or lost somewhere.</p> <p>The page that seems to time out most often is the pretend "Login with Google" page. Also, during hang ups, occasionally I will get the following log message (but I'm not sure that its related). Most times, I won't get any message at all.</p> <pre><code>INFO 2011-07-10 22:36:58,631 dev_appserver_index.py:254] Updating C:\Users\Eric\Documents\NetBeansProjects\linkpad\index.yaml </code></pre> <p>While waiting for a hung request, the Windows Task Manager will show GoogleAppEngineLauncher.exe as using 00 CPU.</p> <p>Any suggestions on how to fix this?</p> <p>Note: I am somewhat dependent on Windows for testing in--you guessed it--IE</p> <p><strong>EDIT:</strong> I have not been able to solve this problem, so I have decided to workaround in Ubuntu:</p> <ol> <li>Install VitualBox OSE</li> <li>Get 2 copies of XP and 1 of Win7 <ul> <li>These can be free if your school has an MSDNAA program. Try googling "yourschool msndaa."</li> </ul></li> <li>Create virtual machines in VirtualBox as follows: <ul> <li>XP1 - install IE 7</li> <li>XP2 - install IE 8</li> <li>Win7 - install IE 9</li> </ul></li> </ol> <p>Make sure you have 30GB of free space and at least 2GB ram before going the virtualization route.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload