Hi,
In trying to set up DBI for Perl under Panther, I get this message:
*** You are using a perl configured with threading enabled. *** You should be aware that using multiple threads is *** not recommended for production environments.
I've looked around and can't find an explanation of what this really means. Does it, for example, mean that eventually DBI will consume all the RAM and kill the server? Or that it'll crash? All I have been able to find so far is that it's not recommended. I pretty much understand what they mean by "mulitple threads", but I just want to know what would happen if I installed it anyway....
charlie