irccat icon indicating copy to clipboard operation
irccat copied to clipboard

Update IrcCat's concurrency model

Open initialcontext opened this issue 11 years ago • 0 comments

Updates IRCCat server with newer Java concurrency management mechanisms (ExecutorService) and process launch for Scripter (ProcessBuilder) to ensure less zombie thread buildup during long uptime.

Otherwise makes no changes to logic etc. Tested on my work IRC (where we use IRCCat a lot, thanks again!) and it seems to handle our current IRCCat bot's work quite nicely.

initialcontext avatar Jan 20 '14 21:01 initialcontext