贝贝花花包包店,精品555皮具,钱夹,皮夹

字体:  

What's with JAWS, JAWS2, and JAWS3?

wuhran 发表于: 2008-10-07 14:22 来源: ACE 开发者

What's with JAWS, JAWS2, and JAWS3?
Jaws,Jaws2,Jaws3,为什么有三个版本?

最新回复

okibun0129 at 2008-10-07 15:54:02
JAWS - 高性能、自适配的Web服务器,使用ACE提供的构架组件和模式构建,与TAO一样都是基于ACE架构的产品。
okibun0129 at 2008-10-07 15:56:19
楼主说的这三个是ACE提供给我们已经做好的例子,楼主可以参考一下,比较简单,我就不翻译了。     
          JAWS -- This is a high-performance HTTP 1.0 web server
          written with ACE.  It illustrates a number of sophisticated ACE
          concurrency and event demultiplexing strategies.

        . JAWS2 is an implementation of HTTP/1.0 similar to JAWS.  It has
          no HTTP/1.1 features.  It extends JAWS to add a more
          flexible I/O and concurrency framework utilizing strategies.

        . JAWS3 is a framework that provides a state-machine interface
          to developing a server, but it does not implement HTTP.