Tomcat uses HTTP and HTTPS threads to service incoming and outgoing requests.
HTTP threads are used for servicing content. Because the content is already encrypted, there is no need to send it securely.
HTTPS threads are used for all other communication to the Primary Server: login, refresh, and so forth.
By default, these threads are set at 200 for HTTP and 200 for HTTPS. These values can be seen in the server.xml file at:
Windows: InstallDirectory\Novell\ZENworks\share\tomcat\conf
Linux: /opt/novell/zenworks/share/tomcat/conf
During testing, the HTTP and HTTPS threads in the server.xml file were increased from the defaults of 200. Office 2003 was deployed to 1,000 devices and launched on refresh. This testing was done on a gigabit network. The results are as follows:
Table C-1 Results of Deploying Office 2003 to 1,000 Devices