Can I use Google's Protocol buffers for processing LDAP requests in my LDAP server?

Posted by Naga on Stack Overflow See other posts from Stack Overflow or by Naga
Published on 2010-03-21T08:23:26Z Indexed on 2010/03/21 8:31 UTC
Read the original article Hit count: 528

Filed under:
|
|
|
|

Hi,

I need to process the incoming predefined ASN format data(coming from verity of clients that uses BER library to build it) in my application server. This is typically an LDAP server where every request will be in a predefined ASN format. Can i use Google's protocol buffers to process the requests in the server side? Will it help any way to improve performance of my servers request handling? Is it anyway reduce the number of malloc() calls that happens while processing ASN messages?

Thanks, Naga

© Stack Overflow or respective owner

Related posts about ldap

Related posts about Performance