I'm thinking about adding another static server to a web app, so I'd have static1.domain.tld and static2.domain.tld.
The point would be to use different domains in order to load static content faster ( more parallel connections at the same time ), but what 'troubles' me is "how to get user's browser to see static1.domain.tld/images/whatever.jpg
and static2.domain.tld/images/whatever.jpg
as the same file" ?
Is there a trick to accomplish this with headers or I'll have to define which file is on which server?