Philip M. Gollucci wrote:
Stas Bekman wrote:
> and if you try my last patch suggestion?
Hi, yikes, I'm behind.... Anyway, I finally got around to trying this.
Same result as without. Hopefully, at some point during the week, I'll
be able to turn on tracing and the like and see why nothing changed.
Well, I turned on Apache2::DebugFilter and PerlTrace fo again. The output is
correct as in flush buckets are now sent when they should be, but if I visually
look at the browser, nothing shows up until the end.
Something is still buffering the data.
error_log is attached.
--
END
------------------------------------------------------------
What doesn't kill us can only make us stronger.
Nothing is impossible.
Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/
Senior Developer / Liquidity Services, Inc.
http://www.liquidityservicesinc.com
http://www.liquidation.com
http://www.uksurplus.com
http://www.govliquidation.com
http://www.gowholesale.com
modperl_filter_add_request: Apache2::DebugFilter::snoop_connection is not a
FilterRequest handler, skipping
modperl_io_perlio_override_stdin: start
PerlIOApache_pushed: stored request_rec obj: 0x85ef050
PerlIOApache_open: mode r
PerlIOApache_fileno: did nothing
modperl_io_perlio_override_stdin: end
modperl_io_perlio_override_stdout: start
PerlIOApache_pushed: stored request_rec obj: 0x85ef050
PerlIOApache_open: mode w
PerlIOApache_fileno: did nothing
modperl_io_perlio_override_stdout: end
modperl_slurp_filename: read 322 bytes from
'/usr/home/pgollucci/dev/perl-bb/flush.cgi'
PerlIOApache_flush: 0b []
PerlIOApache_write: 25b [Content-Type: text/html
]
PerlIOApache_flush: 25b [Content-Type: text/html
]
modperl_wbucket_pass:
write out: 25b [Content-Type: text/html
]
from response handler
to byterange filter handler
modperl_filter_new: Apache2::DebugFilter::snoop_connection
new: connection output filter (modperl_filter_t *0x86ff050), f
(ap_filter_t *0x85e7600)
>>> connection output filter
o bucket 1: HEAP
[HTTP/1.1 200 OK
Date: Mon, 31 Oct 2005 06:53:32 GMT
Server: Apache/2.3.0-dev (Unix) mod_ssl/2.3.0-dev OpenSSL/0.9.7e DAV/2
mod_perl/2.0.3-dev Perl/v5.8.7
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/plain
]
modperl_run_filter: Apache2::DebugFilter::snoop_connection
return: 0
modperl_filter_new: Apache2::DebugFilter::snoop_connection
new: connection output filter (modperl_filter_t *0x86ff050), f
(ap_filter_t *0x85e7600)
>>> connection output filter
o bucket 1: TRANSIENT
[19
]
o bucket 2: TRANSIENT
[Content-Type: text/html
]
o bucket 3: IMMORTAL
[
]
o bucket 4: FLUSH
[]
modperl_run_filter: Apache2::DebugFilter::snoop_connection
return: 0
PerlIOApache_write: 44b [<html>
<head>
</head>
...]
PerlIOApache_flush: 44b [<html>
<head>
</head>
...]
modperl_wbucket_pass:
write out: 44b [<html>
<head>
</head>
...]
from response handler
to content_length filter handler
modperl_filter_new: Apache2::DebugFilter::snoop_connection
new: connection output filter (modperl_filter_t *0x86ff050), f
(ap_filter_t *0x85e7600)
>>> connection output filter
o bucket 1: TRANSIENT
[2c
]
o bucket 2: TRANSIENT
[<html>
<head>
</head>
<body>"
]
o bucket 3: IMMORTAL
[
]
o bucket 4: FLUSH
[]
modperl_run_filter: Apache2::DebugFilter::snoop_connection
return: 0
PerlIOApache_write: 5b [hello]
PerlIOApache_flush: 5b [hello]
modperl_wbucket_pass:
write out: 5b [hello]
from response handler
to content_length filter handler
modperl_filter_new: Apache2::DebugFilter::snoop_connection
new: connection output filter (modperl_filter_t *0x86ff050), f
(ap_filter_t *0x85e7600)
>>> connection output filter
o bucket 1: TRANSIENT
[5
]
o bucket 2: TRANSIENT
[hello]
o bucket 3: IMMORTAL
[
]
o bucket 4: FLUSH
[]
modperl_run_filter: Apache2::DebugFilter::snoop_connection
return: 0
PerlIOApache_write: 4b [<br>]
PerlIOApache_flush: 4b [<br>]
modperl_wbucket_pass:
write out: 4b [<br>]
from response handler
to content_length filter handler
modperl_filter_new: Apache2::DebugFilter::snoop_connection
new: connection output filter (modperl_filter_t *0x86ff050), f
(ap_filter_t *0x85e7600)
>>> connection output filter
o bucket 1: TRANSIENT
[4
]
o bucket 2: TRANSIENT
[<br>]
o bucket 3: IMMORTAL
[
]
o bucket 4: FLUSH
[]
modperl_run_filter: Apache2::DebugFilter::snoop_connection
return: 0
PerlIOApache_write: 5b [World]
PerlIOApache_flush: 5b [World]
modperl_wbucket_pass:
write out: 5b [World]
from response handler
to content_length filter handler
modperl_filter_new: Apache2::DebugFilter::snoop_connection
new: connection output filter (modperl_filter_t *0x86ff050), f
(ap_filter_t *0x85e7600)
>>> connection output filter
o bucket 1: TRANSIENT
[5
]
o bucket 2: TRANSIENT
[World]
o bucket 3: IMMORTAL
[
]
o bucket 4: FLUSH
[]
modperl_run_filter: Apache2::DebugFilter::snoop_connection
return: 0
PerlIOApache_write: 4b [<br>]
PerlIOApache_flush: 4b [<br>]
modperl_wbucket_pass:
write out: 4b [<br>]
from response handler
to content_length filter handler
modperl_filter_new: Apache2::DebugFilter::snoop_connection
new: connection output filter (modperl_filter_t *0x86ff050), f
(ap_filter_t *0x85e7600)
>>> connection output filter
o bucket 1: TRANSIENT
[4
]
o bucket 2: TRANSIENT
[<br>]
o bucket 3: IMMORTAL
[
]
o bucket 4: FLUSH
[]
modperl_run_filter: Apache2::DebugFilter::snoop_connection
return: 0
PerlIOApache_write: 7b [Testing]
PerlIOApache_flush: 7b [Testing]
modperl_wbucket_pass:
write out: 7b [Testing]
from response handler
to content_length filter handler
modperl_filter_new: Apache2::DebugFilter::snoop_connection
new: connection output filter (modperl_filter_t *0x86ff050), f
(ap_filter_t *0x85e7600)
>>> connection output filter
o bucket 1: TRANSIENT
[7
]
o bucket 2: TRANSIENT
[Testing]
o bucket 3: IMMORTAL
[
]
o bucket 4: FLUSH
[]
modperl_run_filter: Apache2::DebugFilter::snoop_connection
return: 0
PerlIOApache_write: 14b [</body></html>]
PerlIOApache_flush: 14b [</body></html>]
modperl_wbucket_pass:
write out: 14b [</body></html>]
from response handler
to content_length filter handler
modperl_filter_new: Apache2::DebugFilter::snoop_connection
new: connection output filter (modperl_filter_t *0x86ff050), f
(ap_filter_t *0x85e7600)
>>> connection output filter
o bucket 1: TRANSIENT
[e
]
o bucket 2: TRANSIENT
[</body></html>]
o bucket 3: IMMORTAL
[
]
o bucket 4: FLUSH
[]
modperl_run_filter: Apache2::DebugFilter::snoop_connection
return: 0
modperl_io_perlio_restore_stdin: start
PerlIOApache_close: done with request_rec obj: 0x85ef050
PerlIOApache_popped: done
modperl_io_perlio_restore_stdin: restoring STDIN
modperl_io_perlio_restore_stdin: end
modperl_io_perlio_restore_stdout: start
PerlIOApache_flush: 0b []
PerlIOApache_flush: 0b []
PerlIOApache_close: done with request_rec obj: 0x85ef050
PerlIOApache_popped: done
modperl_io_perlio_restore_stdout: restoring STDOUT
modperl_io_perlio_restore_stdout: end
modperl_filter_new: Apache2::DebugFilter::snoop_connection
new: connection output filter (modperl_filter_t *0x86ff050), f
(ap_filter_t *0x85e7600)
>>> connection output filter
o bucket 1: IMMORTAL
[0
]
o bucket 2: EOS
[]
modperl_run_filter: Apache2::DebugFilter::snoop_connection
return: 0
modperl_filter_new: Apache2::DebugFilter::snoop_connection
new: connection output filter (modperl_filter_t *0x85f1050), f
(ap_filter_t *0x85e7600)
>>> connection output filter
o bucket 1: FLUSH
[]
modperl_run_filter: Apache2::DebugFilter::snoop_connection
return: 0
modperl_filter_new: Apache2::DebugFilter::snoop_connection
new: connection output filter (modperl_filter_t *0x85ef050), f
(ap_filter_t *0x85e7600)
>>> connection output filter
o bucket 1: FLUSH
[]
o bucket 2: EOC
[]
modperl_run_filter: Apache2::DebugFilter::snoop_connection
return: 0
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]