Recently I watched the web2py admin site trough chrome's speed tracer
and if I hit "edit" between "site" and "about" in menu bar on
http://127.0.0.1:8000/admin/default/design/myapp site then I see as
many http://127.0.0.1:8000/admin/default/design/myapp urls as many
time I hit "edit". It seems to me that the connection isn't closed
just new resource is allocated by a click and noting is released.

If I click other link then all the 
http://127.0.0.1:8000/admin/default/design/myapp
html resource is released. But if I click on link that is a self
reference then the show goes on...

Is that normal and expected? With apache2 and wsgi is the same... :-o

It has no relation to admin site all my sites do that but it seems
that web2py/book don't.

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to