From 5eee13d26063fa5e4c6f6509de484fdc30cc2334 Mon Sep 17 00:00:00 2001 From: bala Date: Thu, 24 May 2001 17:13:29 +0000 Subject: *** empty log message *** --- TAO/tao/Transport.h | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/TAO/tao/Transport.h b/TAO/tao/Transport.h index 2c848b93b50..a4d694665ac 100644 --- a/TAO/tao/Transport.h +++ b/TAO/tao/Transport.h @@ -136,7 +136,20 @@ protected: * *

The incoming data path:

* - * @todo Document the incoming data path design forces. + * One of the main responsibilities of the transport is to read and + * process the incoming GIOP message as quickly and efficiently as + * possible. There are other forces that needs to be given due + * consideration. They are + * - Multiple threads should read from the same handle + * - Reads on the handle could give one or more messages. + * - Minimise locking and copying overhead when trying to attack the + * above. + * + *

Parsing messages (GIOP) & processing the message:

+ * + * The messages should be checked for validity and the right + * information should be sent to the higher layer for processing. + * * * * See Also: -- cgit v1.2.1