ACE  6.2.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Todo List
Class ACE_Async_Timer_Queue_Adapter< TQ, TYPE >
This adapter does not automatically reschedule repeating timers.
Member ACE_Asynch_Write_Stream::implementation (void) const
(this should be protected...)
Member ACE_CDR::DEFAULT_BUFSIZE
We want to add options to control this default value, so this constant should be read as the default default value ;-)
Class ACE_Configuration_Heap
  • Need to investigate what happens if memory mapped file gets mapped to a location different than it was created with.
Member ACE_Hash_Multi_Map_Entry< EXT_ID, INT_ID >::ext_id_
Should be private
Member ACE_Hash_Multi_Map_Entry< EXT_ID, INT_ID >::int_id_set_
Should be private
Class ACE_Ini_ImpExp
  • Strings with embedded newlines cause the import to fail
  • Strings with embedded quotes " cause the import to fail
  • Importing/exporting for values in the root section does not work
  • Add dynamic buffer when importing. currently it will not allow importing of values greater than a fixed amount (4096 bytes)
Class ACE_Intrusive_List< T >
The ACE_Message_Queue is an example of an intrusive list (or queue) but it is not implemented in terms of this class.
Member ACE_Message_Block::access_allocators (ACE_Allocator *&allocator_strategy, ACE_Allocator *&data_block_allocator, ACE_Allocator *&message_block_allocator)
Not sure whether we would need finer control while trying to access allocators ie. a method for every allocator.
Member ACE_Message_Block::reset_allocators (ACE_Allocator *allocator_strategy=0, ACE_Allocator *data_block_allocator=0, ACE_Allocator *message_block_allocator=0)
Not sure whether we would need finer control while trying to reset allocators ie. a method for every allocator.
Member ACE_Message_Block::set_self_flags (ACE_Message_Block::Message_Flags more_flags)
I think the following set of methods could not be used at all. May be they are useless. Let us have it so that we don't mess up memory management of the Message_Block. Somebody correct me if I am totally totally wrong..
Class ACE_MT_SYNCH
This should be a template, but SunC++ 4.0.1 complains about this.
Class ACE_OS::macaddr_node_t
: this is really useless except for UUID, move there? dhinton
Class ACE_Registry_ImpExp
  • Add dynamic buffer when importing. currently it will not allow importing of values greater than a fixed amount (4096 bytes)
Class ACE_Remote_Token_Proxy
Distributed sleep_hooks have not been implemented. <owner_id> is not implemented.
Class ACE_RW_Process_Mutex
For systems with pthread_rwlockattr_setpshared one may consider using them to make the mutex faster.
Member ACE_STATIC_SVC_REQUIRE (SERVICE_CLASS)
One class per-Service_Object seems wasteful. It should be possible to define a single class and re-use it for all the service objects, just by passing the Service_Descriptor as an argument to the constructor.
Class ACE_Task_Ex< ACE_SYNCH_DECL, ACE_MESSAGE_TYPE, TIME_POLICY >
: We can merge ACE_Task and ACE_Task_Ex to be one class. something like that: template <ACE_SYNCH_DECL, ACE_MESSAGE_TYPE = ACE_Message_Block> class ACE_Task : public ACE_Task_Base { // use here the code from ACE_Task_Ex using ACE_Message_Queue_Ex };
Member ACE_Task_Ex< ACE_SYNCH_DECL, ACE_MESSAGE_TYPE, TIME_POLICY >::sibling (void)

FIXME

FIXME Need to impl ACE_Moudle to support ACE_Task as well. Now always return 0 for sibling

Class ACE_Throughput_Stats
The idea behind this class was to use linear regression to determine if the throughput was linear or exhibited jitter. Unfortunately it never worked quite right, so only average throughput is computed.
Member ACE_Time_Value::normalize (bool saturate=false)

This loop needs some optimization.

This loop needs some optimization.

Member ACE_Timer_Node_T< TYPE >::get_dispatch_info (ACE_Timer_Node_Dispatch_Info_T< TYPE > &info)
We may want to have a copying version too, so that our interface will be complete..
Member ACE_Utils::UUID::operator= (const UUID &rhs)
We should create an UUID_Ex class for UUIDs that contain the thread id and process id.
File Configuration.h
Templatize this class with an ACE_LOCK to provide thread safety
File Configuration_Import_Export.h
  • Add locking for thread safety.
  • Provide ability to read file in one format and write in another.
  • See todo's in each class
Group Functions from <cstring>
To be complete, we should add strcoll, and strxfrm.
Group Functions from <cstring>
To be complete, we should add strcoll, and strxfrm.