Multi thread and network communication
Kiyo Inaba
inaba at src.ricoh.co.jp
Tue Mar 18 05:53:17 PST 1997
When I purchased new Java book (in Japanese), I tried to use a proxy
server written in Java with kaffe, and it fails.
The source and class files for proxy server is located in
http://java-house.center.nitech.ac.jp/extra/bit-bessatsu-Java/CD-ROM/chapter4/proxy/
and you can use it as
kaffe Proxy [8080]
This server accepts the very first request, but never accepts more
requests. I guess this happens because each request is handled by
new thread with shared I/O stream, but am not so sure.
Any idea?
Kiyo
More information about the kaffe
mailing list