The only BIG problem I found using Pharo in Windows is when there are some antivirus running like Nod32 or friends. Mostly when using Monticello as .changes are changing all the time, the antivirus runs the scan every time.... The way to solve is to exclude the Pharo folder from the antivirus analysis. <br>
<br>Sorry, maybe this has nothing to do with your case. <br><br>Cheers<br><br>Mariano <br><br><div class="gmail_quote">On Wed, Aug 4, 2010 at 4:34 PM, Bart Veenstra <span dir="ltr">&lt;<a href="mailto:bart.veenstra@gmail.com">bart.veenstra@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi,<br>
I am among the few people still using windows for my development and I<br>
won&#39;t make the switch to OS-X because I simply love my keyboard layout<br>
and shortcuts. And...Windows 7 is not that bad after all..<br>
When I use seaside-3.0rc on a Windows XP 32bit system at work, i get<br>
the performance I expect.<br>
<br>
Opening the JQuery UI example on WXP takes 766ms in total :<br>
<br>
<br>
GET jquery-ui <a href="http://localhost:8080/javascript/jquery-ui" target="_blank">http://localhost:8080/javascript/jquery-ui</a>  200 OK<br>
localhost:8080 7.6 KB  63ms<br>
GET jQuery.js <a href="http://localhost:8080/files/JQDeploymentLibrary/jQuery.js" target="_blank">http://localhost:8080/files/JQDeploymentLibrary/jQuery.js</a><br>
200 OK localhost:8080 70.5 KB 47ms<br>
GET jQueryUi.js<br>
<a href="http://localhost:8080/files/JQUiDeploymentLibrary/jQueryUi.js" target="_blank">http://localhost:8080/files/JQUiDeploymentLibrary/jQueryUi.js</a> 200 OK<br>
localhost:8080 187.8 KB 282ms<br>
GET development.css<br>
<a href="http://localhost:8080/files/WADevelopmentFiles/development.css" target="_blank">http://localhost:8080/files/WADevelopmentFiles/development.css</a> 200 OK<br>
localhost:8080 2.9 KB 32ms<br>
and so on...<br>
<br>
On my W7 64bit, each request takes over a second:<br>
<br>
GET jquery-ui <a href="http://localhost:8080/javascript/jquery-ui" target="_blank">http://localhost:8080/javascript/jquery-ui</a> 200 OK<br>
localhost:8080 7.6 KB 1.05s<br>
GET jQuery.js <a href="http://localhost:8080/files/JQDeploymentLibrary/jQuery.js" target="_blank">http://localhost:8080/files/JQDeploymentLibrary/jQuery.js</a><br>
200 OK localhost:8080 70.5 KB 1.01s<br>
GET jQueryUi.js<br>
<a href="http://localhost:8080/files/JQUiDeploymentLibrary/jQueryUi.js" target="_blank">http://localhost:8080/files/JQUiDeploymentLibrary/jQueryUi.js</a> 200 OK<br>
localhost:8080 187.8 KB 1.08s<br>
GET development.css<br>
<a href="http://localhost:8080/files/WADevelopmentFiles/development.css" target="_blank">http://localhost:8080/files/WADevelopmentFiles/development.css</a> 200 OK<br>
localhost:8080 2.9 KB 1.01s<br>
<br>
As you can see, each request takes over a second on W7 64bit.<br>
<br>
Does anyone else noticed this behaviour? I have no performance issues<br>
in seaside for Vast80 and VW77.<br>
<br>
Regards,<br>
<br>
Bart<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</blockquote></div><br>