Open burak opened 6 years ago
Hi,
Perhaps the threads related portions can be replaced with AnyEvent or fork() over threads. The dependency on threads make this module a no-go for perls built without threads support.
Here is a good summary on why such compilations are done:
https://stackoverflow.com/questions/23670443/why-is-perl-usually-installed-without-thread-support
Hi,
Perhaps the threads related portions can be replaced with AnyEvent or fork() over threads. The dependency on threads make this module a no-go for perls built without threads support.
Here is a good summary on why such compilations are done:
https://stackoverflow.com/questions/23670443/why-is-perl-usually-installed-without-thread-support