sebastiangraf / jSCSI

A Java iSCSI Framework
http://jscsi.org
BSD 3-Clause "New" or "Revised" License
63 stars 29 forks source link

make TargetServer accep multiple connection #34

Closed chliang71 closed 7 years ago

chliang71 commented 7 years ago

Currently TargetServer is single threaded, i.e. there can be only one connection at a time. This commit tries to make it so that multiple connection at the same time can be accepted, by having one single thread handling one connection.