PDA

View Full Version : Threading?



Los Frijoles
03-05-2009, 09:27 PM
I just attempted to run a multithreaded perl server that I made as something of a test and I was given an error that perl was not compiled for using threads. Is there a way to activate this on my account?

Falcon1986
03-05-2009, 10:26 PM
Speak to Support over LiveChat (http://www.hostmonster.com/) and ask them to activate it, provided it is a feature that they have no problem activating to begin with.

Los Frijoles
03-06-2009, 04:03 PM
For future reference of all, they do not support multithreaded perl scripts. Luckily, I figured out how to do my program in an unblocked single thread mode, albeit it is considerably slower.