Re: [pylons-discuss] is it possible to 'nest' a pyramid application within a larger library?

2020-01-28 Thread Jonathan Vanasco
thank you! 

On Monday, January 27, 2020 at 5:41:42 PM UTC-5, Theron Luhn wrote:
>
> Your setup.py is correct.
>
> In the ini file, `use` points not to a module but an entry point.  
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/7df57ab7-b9c6-4bf0-b1e2-b37b495eefe4%40googlegroups.com.


[pylons-discuss] Client disconnected while serving ...

2020-01-28 Thread 'J G' via pylons-discuss
Hi,

recently I switched from Zope 2 with builtin ZServer to Zope 4 with 
Waitress.

Since then my event log is full with messages like

2020-01-27 10:07:11,451 INFO[waitress:359][waitress] Client 
disconnected while serving /VirtualHostBase/https/xxx.de:443/xxx/
VirtualHostRoot//favicon.ico
2020-01-27 10:18:13,542 INFO[waitress:359][waitress] Client 
disconnected while serving /VirtualHostBase/https/xxx.de:443/xxx/
VirtualHostRoot//xxx/Calendar/day.png

Am I am right, when I think this happens when a visitor requests a page 
let's say with 6 assets (css, js, images) and he clicks on the next page 
without waiting for the assets to be loaded completely?

So nothing to worry? And yes, I saw "INFO" - just wanted to make sure.

Thank you!

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/4a0a48e2-c444-4fd5-a29f-067457fcfc3a%40googlegroups.com.