summaryrefslogtreecommitdiff
path: root/apps/README
blob: 51aea2988415628a6c479dc43f10d585cc50d7c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
The subdirectories in this directory provide a number of complete
applications that utilize the ACE features.

        . drwho - This provides a "Distributed RWHO (drwho)" utility
          that gets around certain rwho limitations, adds
          functionality, and also prints a much prettier listing of
          who's logged in around a network. 

	. Gateway -- Implements a connection-oriented application-level
	  gateway that uses source-based and destination-based routing
	  of messages between peers connected via TCP/IP networks.
	
	. gperf -- The GNU perfect hash function generator.  This
          has now been integrated into the TAO IDL compiler, where
          it is used for generating the lookup function for operation
          names associated with IDL interfaces.

	. JAWS -- This is a high-performance HTTP Web server written
	  with ACE.  It illustrates a number of sophisticated ACE
	  concurrency and event demultiplexing strategies.