[omniORB] Compression for OmniORB

Malge Nishant MNishant@quark.co.in
Wed Mar 26 06:55:03 2003


hi,
	I am in a process of adding compression support for omniORB. I
intend to do this as below..	
	1. Add two more Message Types to GIOP - RequestCompressed &
ReplyCompressed
	2. Compress the marshaled data and send it across.
	3. Other party will uncompress->unmarshal

I intend to use bzip library for the compression.

Now, can I add the additional message types? And any clues if there is any
better way of doing this.

Thanking you
Nishant