>> >To keep things simple and use existing code, I think we should use
>> >the current marshalling/demarshalling code ( ajp13 ) to store/get
>> >informations from each slot. 
>> 
>> Why not just use native read/write on int/strings ?
>
>If we treat shm as a byte[] and use java code to process it -
>we can run into byte order problems, aligment, etc. It's quite 
>tricky to predict how a struct will be layed out.

Ok, I understand why, you're thinking in-process tomcats
whereas I was thinking out-process tomcats (and even on
differents machines)

+1 so for ajp marshalling use


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to