On 24/06/2008, Jason Dick <[EMAIL PROTECTED]> wrote: > I am trying to load test using LDAP Extended Requests with a very tight loop > of thread bind, search test, thread unbind. JMeter 2.3.2 is running on > Windows XP and I am running a single thread. I noticed two things with this > test that concern me. > > 1. When I get to 3942 open ldap connections (netstat -na | grep ":389" | wc > -l), JMeter stops opening new connections. Is there a setting in JMeter or a > java property that controls the number of simultaneously open sockets?
No, they rely on the OS to provide socket resources. > 2. The following INFO message occurs int the JMeter log: > 2008/06/24 11:21:01 INFO - jmeter.protocol.ldap.sampler.LdapExtClient: > Cannot disconnect null context > What exactly does the 'null context' mean? It means that the context variable was null - probably because the bind failed to create it. > Is this an indication that JMeter does not like me using an anonymous bind > with no username and password? No. > Does this mean the unbind is not actually working? Sort of. It means that the unbind has nothing to work on. > Thank you in advance for any help you can provide. > > Jason > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

