If I understood right, Apache httpd 1.3 is not multi threaded but can consist of multiple processes. And one Apache process has a connection pool size of 1 that should not be changed. So is there a kind of pool of 1-connection-pools ? Is it right that it does not make sense then for mod_jk to have more apache processes than backend workers? It does not get really clear for me in the Connector howto.
Thanks.