Perl-based event server?

2021-05-19 Thread Jan Kasprzak
Hello, mod_perl users, TL;DR: which Perl-based solution would you recommend for serving long-term HTTP connections? We use mod_perl for our project, and we would like to add a component which needs long-term connections (think websockets or server-side-events https://deve

Re: Perl-based event server?

2021-05-19 Thread John Dunlap
Good luck. I've begun porting our application to Elixir because of this and other issues. On Wed, May 19, 2021 at 4:57 AM Jan Kasprzak wrote: > Hello, mod_perl users, > > TL;DR: which Perl-based solution would you recommend for serving long-term > HTTP connections? > > W