To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=95011 Issue #|95011 Summary|Too many requests for UpdateFeed for extensions Component|framework Version|OOO300m9 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|jl Reported by|tbo
------- Additional comments from [EMAIL PROTECTED] Thu Oct 16 13:12:47 +0000 2008 ------- The website that is hosting the extensions was brought down by the release of OOo3.0 due to the amount of requests to the update feed. It is solved now by using a proxy, but the load could be decreased in general: 1)General question is when and how often the UpdateFeed is requested: http://updateext.services.openoffice.org/ProductUpdateService/check.Update And if it can be reduced to about once per day/startup? 2)Beside the needed http-GET request there are several others, that are not necessary: OPTIONS/PROPFIND/HEAD Requests Some example logs from the web server: > 142.165.174.193 - - [10/Oct/2008:00:00:00 +0000] "GET /ProductUpdateService/check.Update HTTP/1.1" 200 130504 "-" "OpenOffice.org 3.0 (300m9(Build:9358); Windows; x86; BundledLanguages=en-US)" > 142.165.174.193 - - [10/Oct/2008:00:00:01 +0000] "PROPFIND /ProductUpdateService/check.Update HTTP/1.1" 200 130504 "-" "OpenOffice.org 3.0 (300m9(Build:9358); Windows; x86; BundledLanguages=en-US)" > 142.165.174.193 - - [10/Oct/2008:00:00:01 +0000] "PROPFIND /ProductUpdateService/check.Update HTTP/1.1" 200 130504 "-" "OpenOffice.org 3.0 (300m9(Build:9358); Windows; x86; BundledLanguages=en-US)" > 142.165.174.193 - - [10/Oct/2008:00:00:02 +0000] "PROPFIND /ProductUpdateService/check.Update HTTP/1.1" 200 130504 "-" "OpenOffice.org 3.0 (300m9(Build:9358); Windows; x86; BundledLanguages=en-US)" > 142.165.174.193 - - [10/Oct/2008:00:00:03 +0000] "HEAD /ProductUpdateService/check.Update HTTP/1.1" 200 - "-" "OpenOffice.org 3.0 (300m9(Build:9358); Windows; x86; BundledLanguages=en-US)" > 142.165.174.193 - - [10/Oct/2008:00:00:10 +0000] "PROPFIND /files/79/5/sun-report-builder-1.0.5.oxt HTTP/1.1" 405 349 "-" "-" > 142.165.174.193 - - [10/Oct/2008:00:00:10 +0000] "PROPFIND /files/79/5/sun-report-builder-1.0.5.oxt HTTP/1.1" 405 349 "-" "-" > 142.165.174.193 - - [10/Oct/2008:00:00:10 +0000] "HEAD /files/79/5/sun-report-builder-1.0.5.oxt HTTP/1.1" 200 - "-" "-" > 142.165.174.193 - - [10/Oct/2008:00:00:10 +0000] "HEAD /files/79/5/sun-report-builder-1.0.5.oxt HTTP/1.1" 200 - "-" "-" > 142.165.174.193 - - [10/Oct/2008:00:00:10 +0000] "PROPFIND /files/79/5/sun-report-builder-1.0.5.oxt HTTP/1.1" 405 349 "-" "-" > 142.165.174.193 - - [10/Oct/2008:00:00:11 +0000] "PROPFIND /files/79/5/sun-report-builder-1.0.5.oxt HTTP/1.1" 405 349 "-" "-" > 142.165.174.193 - - [10/Oct/2008:00:00:11 +0000] "PROPFIND /files/79/5/sun-report-builder-1.0.5.oxt HTTP/1.1" 405 349 "-" "-" > 142.165.174.193 - - [10/Oct/2008:00:00:11 +0000] "HEAD /files/79/5/sun-report-builder-1.0.5.oxt HTTP/1.1" 200 - "-" "-" > 142.165.174.193 - - [10/Oct/2008:00:00:11 +0000] "GET /files/79/5/sun-report-builder-1.0.5.oxt HTTP/1.1" 200 2541896 "-" "-" Another example, that is executed every hour > 70.102.1.146 - - [10/Oct/2008:21:10:57 +0000] "GET /ProductUpdateService/check.Update HTTP/1.1" 200 133603 "-" "OOo-dev 3.0 Beta (300m25(Build:9330); Windows; x86; BundledLanguages=en-US)" > 70.102.1.146 - - [10/Oct/2008:21:10:58 +0000] "PROPFIND /ProductUpdateService/check.Update HTTP/1.1" 200 133603 "-" "OOo-dev 3.0 Beta (300m25(Build:9330); Windows; x86; BundledLanguages=en-US)" > 70.102.1.146 - - [10/Oct/2008:21:10:59 +0000] "PROPFIND /ProductUpdateService/check.Update HTTP/1.1" 200 133603 "-" "OOo-dev 3.0 Beta (300m25(Build:9330); Windows; x86; BundledLanguages=en-US)" > 70.102.1.146 - - [10/Oct/2008:21:11:00 +0000] "PROPFIND /ProductUpdateService/check.Update HTTP/1.1" 200 133603 "-" "OOo-dev 3.0 Beta (300m25(Build:9330); Windows; x86; BundledLanguages=en-US)" > 70.102.1.146 - - [10/Oct/2008:21:11:01 +0000] "GET /ProductUpdateService/check.Update HTTP/1.1" 200 133603 "-" "OOo-dev 3.0 Beta (300m25(Build:9330); Windows; x86; BundledLanguages=en-US)" > 70.102.1.146 - - [10/Oct/2008:21:11:02 +0000] "PROPFIND /ProductUpdateService/check.Update HTTP/1.1" 200 133603 "-" "OOo-dev 3.0 Beta (300m25(Build:9330); Windows; x86; BundledLanguages=en-US)" > 70.102.1.146 - - [10/Oct/2008:21:11:03 +0000] "PROPFIND /ProductUpdateService/check.Update HTTP/1.1" 200 133603 "-" "OOo-dev 3.0 Beta (300m25(Build:9330); Windows; x86; BundledLanguages=en-US)" > 70.102.1.146 - - [10/Oct/2008:21:11:04 +0000] "PROPFIND /ProductUpdateService/check.Update HTTP/1.1" 200 133603 "-" "OOo-dev 3.0 Beta (300m25(Build:9330); Windows; x86; BundledLanguages=en-US)" --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]