in reply to Multi-threading Net::LDAP

If I'm understanding you correctly, you don't need a multi-process server (the cookbook section you mentioned), but a multi-process client, e.g. using Parallel::ForkManager.

(Also, don't confuse threads with processes.)