|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Flush a webpage
I'm using Python as cgi script. One of my pages contains a very time consuming function call. Not all text that is supposed to be presented before the function call is presented. Is it possible to flush the presentation of html text before the function is called?
|
|
#2
|
||||
|
||||
|
This is likly caused by system buffering, I've never had cause to run without buffering because my CGI scripts tend to be pretty fast. but i think putting -u after your shebang should work though.
Mark. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Python Programming > Flush a webpage |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|