Please elaborate on this:
On Feb 19, 2007, at 5:15 AM, Christophe Porteneuve wrote:

> If you worry about the 2-resource-per-domain HTTP recommendation, you
> may decide to concatenate them in a file with delimiters, fetch the
> whole thing, split client-side (String.split is there for you), and do
> updates yourself instead of using Ajax.Updater (e.g. use Ajax.Request
> with a custom onSuccess callback that splits, then loops over fragments
> and containers and calls update manually).
>

I haven't heard of this before, but it is ringing a tiny bell in my 
head about why certain things don't always work the way I imagine they 
should.

Thanks!

Walter


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to