[EMAIL PROTECTED] wrote: > Hi, > I want to decode streamly, that is "A decoder does not have to have > the whole data sequence to start parsing. If it receives less data > then required, it will process as much as possible and may be invoked > again later, when the next chunk of data becomes available. ". Can > anybody give me some suggestions? Hmmm this is how the old Snickers LDAP library used to work. It would process chunks of ASN.1 PDUs as they were handed to it and return a response via a callback once a complete PDU was demarshalled. I don't know if MINA at the time actually worked with the LDAP library to process in chunks although it could.
Trustin once told me that we could enable MINA to do this so I'd expect an answer from him. Alex
