Re: How to check Response.BinaryWrite success
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Thank you for your reply Bruce.
I fully expected that there was no completion status reporting in the
HTTP protocol. What I was hoping for, however, was a way to at least
get the information on the server side if it successfully sent out all
the bytes. That's really all I need to know for this particular
implementation. The interesting thing is that I experimented with PHP
on an Apache web server... and when I actually write the bytes out to
the client, the script stops dead in its tracks if the connection is
broken at any time. I know this is most likely due to the fact that PHP
is scripting, while .NET is treated as a full application on the
server. I just wish there was a way to get that kind of behavior in
..NET.
Regards,
Josh
.
Relevant Pages
- Re: List Fails on some computers - www missing in url
... And if it were on a different server, there could be a security exposure. ... If that is indeed what happens then its a critical bug in PHP and people all over the world will be scratching their heads wondering why their secured by password connections frequently fail. ... That is your real security exposure and it would indeed be caused by PHP not HTML. ... The HTTP protocol sees each of the above as a different server. ... (comp.lang.php) - Re: List Fails on some computers - www missing in url
... the same server. ... security exposure. ... If this does happen I guess PHP could create 2 sessions for the same user ... The HTTP protocol sees each of the above as a different server. ... (comp.lang.php) - Re: List Fails on some computers - www missing in url
... And if it were on a different server, there could be a security exposure. ... If that is indeed what happens then its a critical bug in PHP and people all over the world will be scratching their heads wondering why their secured by password connections frequently fail. ... The HTTP protocol sees each of the above as a different server. ... (comp.lang.php) - Re: PHP Instalation problems. Browser doesnt know what to do
... This is loaded and run as a local server (for class ... PHP 5.2.0 from php-5.2.0-win32-installer.msi ... # configuration directives that give the server its instructions. ... (comp.lang.php) - Re: PHP Instalation problems. Browser doesnt know what to do
... This is loaded and run as a local server (for class ... PHP 5.2.0 from php-5.2.0-win32-installer.msi ... # configuration directives that give the server its instructions. ... (comp.lang.php) |
|