mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
2b1dacc826
- Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
12 lines
654 B
Plaintext
12 lines
654 B
Plaintext
Tomcat can use the Apache Portable Runtime to provide superior scalability,
|
|
performance, and better integration with native server technologies.
|
|
APR has many uses, including access to advanced IO functionality (such as
|
|
sendfile, epoll and OpenSSL), OS level functionality (random number
|
|
generation, system status, etc), and native process handling (shared memory,
|
|
NT pipes and Unix sockets).
|
|
|
|
These features allows making Tomcat a general purposewebserver, will
|
|
enable much better integration with other native web technologies, and
|
|
overall make Java much more viable as a full fledged webserver platform
|
|
rather than simply a backend focused technology.
|