<div class="gmail_quote">2009/7/16 John Romkey <span dir="ltr">&lt;<a href="mailto:romkey@apocalypse.org">romkey@apocalypse.org</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
For what it&#39;s worth, I do my development under MacOS X 10.5 (currently 10.5.7) and use FF 3.0.x (currently 3.0.11) as my primary browser for development and haven&#39;t run into any problems. I&#39;m up-to-date on all the Catalyst packages. I normally run the built-in server with &#39;-r -d&#39; but deploy on a Debian system under Apache2 (also no problems).<br>

</blockquote><div><br>Hi, John,.<br><br>  I believe K. akimoto was developing on an Ubuntu box and accessed his application for testing with a Firefox 3/3.5 browser on Mac OS X for testing.<br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
kakimoto and Gordon, you did catch the earlier bit from Gunnar that using CGI.pm with debugging turned on was the culprit for him, didn&#39;t you? Are you using CGI.pm in your app or templates?<br><font color="#888888">
        - john romkey<br>
        <a href="http://www.romkey.com/" target="_blank">http://www.romkey.com/</a></font></blockquote><div><br> </div><div>Yes, we did discuss that and I checked the codes with no sight of CGI.pm (at least in the eyes of &quot;fgrep -iRn CGI projects/myApp&quot;</div>
</div><br><br><br>I do have something to announce (and K. akimoto&#39;s tried this too). It&#39;s that <br>he was running his app with &quot;scripts/myapp_server.pl&quot;  - that caused the problem.<br><br>I read up on the new book on Catalyst (woo hoo!) and ran it with the &quot;-k&quot; flag to keep connections alive (ie. &quot;scripts/myapp_server.pl -k&quot;) and that seem to be stable (ie. Firefox 3/3.5 on Mac OS X was not hanging or taking his server down).<br>
<br>Interesting but I am not entirely sure why Firefox 3/3.5 acts this way on Mac OS X.<br><br><br><br>