Re: [AOLSERVER] AOLserver questions

2015-03-19 Thread Tony Bennett (Brown Paper Tickets)
Scheduling isn't needed. I read your question again and I understand what you're looking for. You're asking for all the javascript and images on a page to be sent in one request correct? You'll need to find a way to buffer the output and then parse and change the buffer before it's sent. It

Re: [AOLSERVER] AOLserver questions

2015-03-19 Thread Gustaf Neumann
Dear Sep, The question whether it is worth to use asynchronous delivery boils down to a question of usage pattern and desired scalability. The general problem with serving (large) resources via classical aolserver is that a connection thread is unable to handle other threads for the time span of

Re: [AOLSERVER] AOLserver questions

2015-03-19 Thread Sep Ng
Hi Gustaf! Thank you for the informative response! I've been thinking of moving to NaviServer but I don't know enough about the transition to make that call yet. Right now, we're on aolserver and so, I'm trying to see what I can do on this platform. I do not understand why the delivery

[AOLSERVER] AOLserver questions

2015-03-19 Thread Sep Ng
Hi all, I've been reading up on aolserver background delivery tricks on OpenACS and I've seen that the patches for the static TCL channel is already in 4.5.1. In the spirit of improving server performance, I've been wondering if such facility is worth building on the custom app to increase