in reply to Thread-safe SSL IMAP

Thanks for all the suggestions. Since I'm stuck on Windows, I ended up creating separate processes instead of threads or using forking.

I'm using Win32::Process to kick off my "children", and that returns an object I can use to manage them if they go astray.

I'm using Win32::MMF for shared memory, sort of.