[
Lists Home |
Date Index |
Thread Index
]
Alaric B. Snell wrote,
> Ok, we're disagreeing on 'significant' - I meant 'useful', in that
> you can write clients for most standard TCP protocols with java.net
> having being told what TCP provides without knowing how it works. But
> I wouldn't write a production-grade Web server with just that, no :-)
Actually, I think even that's problematic. There are many protocols
which can't be implemented well/correctly without knowing about nagel's
algorithm, or the proper use of shutdownOutput/shutdown(fd, SHUT_WR)
... HTTP for example.
Cheers,
Miles
|