> On Fri, Jul 4, 2008 at 3:49 AM, Paul Sharpe <[EMAIL PROTECTED] 
> > wrote:
>
> As I understand it to query over multiple calendars you currently have
> to iterate over each calendar you are subscribed to running the same
> query.
>
> Here are the results of a benchmark I just ran to compare the same
> search of ~45 calendars using the web UI search against my (Perl)
> script.
>
> Web: ~2s
> Perl: ~55s
>
> How can I improve the performance of my script to bring it more in
> line with the web search?

Try forking 45 simultaneous requests from your Perl script and then  
combining the results.

Be careful that you don't exceed your quota (whatever that is) and  
that your requests don't resemble a DOS attack or Google will block you.

Ray
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" group.
To post to this group, send email to 
[email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to