Location:
Search - ACE6.0
Search list
Description: ACE 6.0 源码 ACE自适配通信环境(ADAPTIVE Communication Environment)是可自由使用、开放源码的面向对象(OO)框架(framework),它实现了许多用于并发通信软件的核心模式。ACE提供了一组丰富的可重用C++包装外观(wrapper facade)和框架组件,可跨多种平台完成通用的通信软件任务,其中包括:事件多路分离和事件处理器分派、信号处理、服务初始化、进程间通信、共享内存管理、消息路由、分布式服务动态(重)配置、并发执行和同步,等等。 ACE的目标用户是高性能和实时通信服务和应用的开发者。它简化了使用进程间通信、事件多路分离、显式动态链接和并发的OO网络应用和服务的开发。此外,通过服务在运行时与应用的动态链接,ACE使系统的配置和重配置得以自动化。 -ACE Software Development Guidelines
General
Every text file must end with a newline.
Use spaces instead of tabs, except in Makefiles. Emacs users can add this to their .emacs:
(setq-default indent-tabs-mode nil)
Microsoft Visual C++ users should do the following:
Choose: Tools-- Options-- Tabs
Then Set: "Tab size" to 8 and "Indent size" to 2, and
indent using spaces.
Do not end text lines with spaces. Emacs users can add this to their .emacs:
(setq-default nuke-trailing-whitespace-p t)
Newer versions of emacs will require the following instead:
(add-hook before-save-hook delete-trailing-whitespace)
Note for Microsoft Visual Studio .NET Users:
There is a macro project (ace_guidelines.vsmacros) located in $ACE_ROOT/docs that replaces tabs with spaces and removes trailing spaces each time you save a file.
Platform: |
Size: 21747712 |
Author: |
Hits: