(I'm only a programmer on this system, I can't change anything about it.) It is running Perl under/thrugh IIS to send program output to a web browser.
I've done a $| = 1; so Perl isn't buffering the output. But IIS still seems to be buffering... (text/plain output) I've done extensive searches and the closest thing I found to tell IIS to stop buffering / send the current buffer is https://msdn.microsoft.com/en-us/library/ms690769%28v=vs.90%29.aspx I haven't found any CPAN module equivalents... I found lots dealing with Perl and Apache, or Perl ActiveScript (which isn't available on the server). Has anyone ever dealt with this before? Am I doomed to have to keep reminding impatient users they can't see anything until the program runs to completion? Thanks! Paul -- -- You received this message because you are subscribed to the Google Groups "NLUG" 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/nlug-talk?hl=en --- You received this message because you are subscribed to the Google Groups "NLUG" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
