[ic] Simultaneous page accesses

Jon Jensen jon at endpoint.com
Mon Oct 22 09:03:30 EDT 2007


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/


More information about the interchange-users mailing list