In message <[EMAIL PROTECTED]>, King Dale writes: >Hey, don't hijack my thread, start your own thread ;-)
Sorry. Stream of consciousness along with additional commentary for any bystanders. >to scan from many sockets at once. You do not want to devote a thread to >each connection because that does not scale well. You still have a thread at >the receiving end of each of those pipes. I didn't think it through to the point that one matcher per pipe still requires a separate thread per matcher, defeating the original purpose. Subclass AwkMatcher and whatever else and submit a patch. Then we can bring up my multiple Java platform issue :) daniel -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
