Skip to Content.
Sympa Menu

grouper-dev - RE: [grouper-dev] ldappc-ng and openspml thread safety

Subject: Grouper Developers Forum

List archive

RE: [grouper-dev] ldappc-ng and openspml thread safety


Chronological Thread 
  • From: Chris Hyzer <>
  • To: Tom Zeller <>, Grouper Dev <>
  • Subject: RE: [grouper-dev] ldappc-ng and openspml thread safety
  • Date: Tue, 26 Jan 2010 11:25:28 -0500
  • Accept-language: en-US
  • Acceptlanguage: en-US

We could synchronize the access to the spml library on the same object.
Or do we need it to be more efficient where we need multiple threads doing
things at the same time? (i.e. even with WS having an operation which says
'provision now, something changed', we could set a timer so that it doesn't
necessarily provision, but waits 5 seconds, then provisions, and in the
meantime, if more 'provision now' requests arrive, they are ignored)

Thanks,
Chris

-----Original Message-----
From:


[mailto:]
On Behalf Of Tom Zeller
Sent: Tuesday, January 26, 2010 10:49 AM
To: Grouper Dev
Subject: [grouper-dev] ldappc-ng and openspml thread safety

The openspml library currently used by ldappc-ng is not always thread
safe (https://openspml.dev.java.net/issues/show_bug.cgi?id=5). It's
good that there is now some sort of development process underway for
openspml.

If, one day, we expose provisioning via grouper-ws, I assume thread
safety is an issue. Besides finding another spml implementation, is
there a way to configure tomcat or code grouper-ws to workaround
thread safety issues ?

TomZ



Archive powered by MHonArc 2.6.16.

Top of Page