[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ic] Simultaneous page accesses


On Sun, 21 Oct 2007, Grant wrote:

I've noticed that if a page on my site is loading I'm unable to access a second page until the first page has finished loading. Is there a way to change that, maybe just for the superuser?

Grant,

What you're seeing is caused because your session is locked during page processing, so the second page can't load till the first has finished. This is because page processing is expected to change things in the session, and if it weren't locked like this, things would get corrupted.

One way around it is to make some pages not use a session at all. That's not a good idea for a superuser, since the superuser logged-in status is stored in the session. :)

Another way is to use a different browser for different requests. (Not different browser tabs or windows, but actually a different browser entirely.)

It would be possible to modify Interchange such that some pages were flagged as making "read-only session usage" so that they wouldn't block other pages. Then Interchange would know not to lock when serving those. That would take a little work.

Jon

--
Jon Jensen
End Point Corporation
http://www.endpoint.com/
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.