Closed GoogleCodeExporter closed 9 years ago
changed DownloadServlet to only fetch the folder that contains file to be
downloaded.
This has reduced RPC to 30 and elapse time 200-300ms.
further improvement can be don to reduce 30 RPC calls.
r1150
Original comment by lucio.pi...@gmail.com
on 4 Nov 2013 at 1:37
Have imported your changes but the debugger doesn't hit the breakpoint.
I guess, I had stopped uploading CSS and images a while ago, because of these
problems.
Do you know the root cause for the timeouts though?
I've noticed lately a lot of errors, with other GET calls
Original comment by theb...@emanueleziglioli.it
on 5 Nov 2013 at 11:11
the code will only be invovked if
1. doing a GET on non static resource stored on vosao
2. file is NOT in memecache
if your resources are stored offsite or in cache then this wont be executed.
hope that helps
Original comment by lucio.pi...@gmail.com
on 6 Nov 2013 at 5:26
Original issue reported on code.google.com by
lucio.pi...@gmail.com
on 4 Nov 2013 at 1:35