[TriZPUG] Slow networking to localhost

Joseph Tate dragonstrider at gmail.com
Fri Jul 30 18:45:46 CEST 2010


On Fri, Jul 30, 2010 at 9:23 AM, Jim Allman <jim at ibang.com> wrote:
> Are both versions of the app using the same data? If 'select.select' is an operation that involves querying a database, it's possible that your "custom" web app is timing out before the response is complete. This might lead to retries as your describing, until you basically "get lucky" and make it across the finish line in time.
>
> (I see this a lot in PHP websites, since its default timeout on web requests is very short.)
>

No, using different data, but the slowness is evident in the static
file serving as well as the data lookups, so I don't think it's db
bottlenecks.


-- 
Joseph Tate
Personal e-mail: jtate AT dragonstrider DOT com
Web: http://www.dragonstrider.com


More information about the TriZPUG mailing list