summaryrefslogtreecommitdiff
path: root/tests/CLASSIX/README
blob: c630f42424d5e299a8382993ed63c23086fc978d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Addr_Test.cpp
	tests ACE_CLASSIX_Addr class

Group_Test.cpp
	tests ACE_CLASSIX_Group class and its subclasses

Reactor_Test.cpp
	tests ACE_CLASSIX_Select_Reactor class
	tests timeout handler mechanism
        tests co-existance of ACE_Select_Reactor and ACE_CLASSIX_Select_Reactor classes

Notify_Test.cpp
	tests multithreading and sharing resources
	tests notify handler mechanism
	tests co-existance of ACE_Select_Reactor and ACE_CLASSIX_Select_Reactor classes....
	The number of threads seem to cause CLASSIX' socket subsystem
"over-stressed".  Therefore, the tests has changed to use CLASSIX reactor only (see activating tasks in main())

Stream_Test.cpp
	tests ACE_CLASSIX_Stream class
	tests ipcReceive() read and ipcReceive() peek mechanism

CLD_Connect_Test.cpp
	tests ACE_CLASSIX_Connector, ACE_CLASSIX_Dgram_Mcast classes