RSS | Module Info | Add a review of Net-LDAP-Server

2 out of 2 found this review helpful:

Net-LDAP-Server (0.43) *

This modules doesn't grok LDAP at all.

Most importantly, it doesn't understand that LDAP is a pipelining protocol: It allows multiple requests to be ongoing at the same time, and allowing the server to reply to them in any order it sees fit (including mixed order replies). This synchronization it does makes it hard to make a responsive and scalable server (irony points for nonetheless having an abandon method, as if that could do anything in this design).

It's lack of abstraction around the request/response, and the (ab)use of inheritance are unfortunate, though less problematic on the long run.

Leon Timmermans - 2012-02-01T04:30:47

Was this review helpful to you?  Yes No
1 out of 1 found this review helpful:

Net-LDAP-Server (0.42) *****

Extremely simple, but powerful. I am able to create a functional LDAP Server in few minutes.

Alexei Znamensky - 2010-10-30T12:18:46

Was this review helpful to you?  Yes No


the camel