On 8/19/11 Fri Aug 19, 2011 12:15 PM, "John M Rathbun" <[email protected]> scribbled:
> Hiya! > > I've been working on a program that is structured to > 1. Do some stuff > 2. Send a web page to the client > 3. Do some more stuff > 4. Send another web page to the client > > I read the Server Push instructions in the Perldoc and tried to follow > their directions but the result was not what I was looking for. Instead, > it would > 1. Do some stuff > 2. Do more stuff > 3. Send a web page to the client that combines what should have been on > two separate pages > > My program looks something like this: > [snipped] > > This leads to the page 1 content followed by the page 2 content instead > of two pages in sequence. > > I read that SERVER PUSH is not supported for all browsers. Is this still > true? Is there a workaround you can suggest? Please read this. It is a little dated (2002), but hopefully still relevant to your problem: <http://www.stonehenge.com/merlyn/LinuxMag/col39.html> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
