in reply to old mod_perl news

Unless you're on Win32, you can (and should) just avoid using a threaded server and keep running your app under pre-fork mode. Then you'll only need to worry about the API changes detailed on http://perl.apache.org/.