[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: LDAP C++ SDK



Hello,

> I suggest that in your initial design/implement an ASYNC (in
> the protocol sense, not system I/O sense) C++ API which
> leverages the C API's ASYNC routines.  Once this is implemented,
> then you can design a C++ SYNC API layered upon your C++ ASYNC
> API.

I also think, that this is a useful decision. The asynchronous
approach is more general and can be used in a wider variety of
applications. Once you have that (and mastered all the difficulties
associated with it) it should be quite easy to get the synchronous API
on top.

Regards,

Stephan