Re: "Dynamic" website content

2006-01-29 Thread sophie_newbie
I am running apache on windows by the way. I think there may be issues with unbuffered output on windows... -- http://mail.python.org/mailman/listinfo/python-list

Re: "Dynamic" website content

2006-01-29 Thread sophie_newbie
To be honest that doesn't seem to work. Also it seems that only Mozilla based browsers support server push. Maybe it is something to do with how Apache is configured? Or is Python buffering the output? Is there a line of code to make python unbeffered? -- http://mail.python.org/mailman/listinfo

Re: "Dynamic" website content

2006-01-22 Thread Peter Maas
sophie_newbie schrieb: > Flushing to stdout doesn't seem to work anyway. > > Honestly have no idea how you'd implement it in Javascript so might > have an ask on one of their forums... > I think you need HTTP push to update the client page. See http://wp.netscape.com/assist/net_sites/pushpull.ht

Re: "Dynamic" website content

2006-01-22 Thread sophie_newbie
Flushing to stdout doesn't seem to work anyway. Honestly have no idea how you'd implement it in Javascript so might have an ask on one of their forums... -- http://mail.python.org/mailman/listinfo/python-list

Re: "Dynamic" website content

2006-01-21 Thread Alex Martelli
Christoph Haas <[EMAIL PROTECTED]> wrote: > On Saturday 21 January 2006 20:42, sophie_newbie wrote: > > To give you a better explaination of what I want, you could visit > > www.pat2pdf.org. > > > > Type in 123456 as the patent number, you see what it does? It tells the > > user that it is request

Re: "Dynamic" website content

2006-01-21 Thread Christoph Haas
On Saturday 21 January 2006 20:42, sophie_newbie wrote: > To give you a better explaination of what I want, you could visit > www.pat2pdf.org. > > Type in 123456 as the patent number, you see what it does? It tells the > user that it is requesting the various TIFF images and then displays > the lin

Re: "Dynamic" website content

2006-01-21 Thread Diez B. Roggisch
sophie_newbie schrieb: > To give you a better explaination of what I want, you could visit > www.pat2pdf.org. > > Type in 123456 as the patent number, you see what it does? It tells the > user that it is requesting the various TIFF images and then displays > the link to the PDF file that it has cr

Re: "Dynamic" website content

2006-01-21 Thread sophie_newbie
To give you a better explaination of what I want, you could visit www.pat2pdf.org. Type in 123456 as the patent number, you see what it does? It tells the user that it is requesting the various TIFF images and then displays the link to the PDF file that it has created. This is exactly what I want

Re: "Dynamic" website content

2006-01-21 Thread Diez B. Roggisch
sophie_newbie schrieb: > Basically I have written a cgi script to automatically download TIFF > images of patents from the US patent office. > > What I want is that the user can see what is happening when the images > are being downloaded, because it takes a while to download them and > there can

"Dynamic" website content

2006-01-21 Thread sophie_newbie
Basically I have written a cgi script to automatically download TIFF images of patents from the US patent office. What I want is that the user can see what is happening when the images are being downloaded, because it takes a while to download them and there can be anything up to 30 individual fil