Editor: JAWS - JAva Web Server - is a sophisticated, powerful core server that powers many of our products. At it's core, JAWS is a generic, all-purpose server, that allows developers to add custom modules. One of the custom modules is a full features web server. What's special about JAWS is that it uses completety asynchronous i/o, which means that while other web servers can handle tens or hundreds of simultaneous clients, JAWS can handle thousands of simmultaneous clients. And all of this is accomplished in Pure Java, which means that JAWS can run on virtually any platform - Windows, Solaris, Linux, OS/900 ...