Integrate a Memcache backed StorageService plugin

Description

Attached is a patch with the plugin and modifications to the build tools. This patch includes one line of code which was not in the patch sent to the list.

Example shibboleth2.xml config:

<StorageService type="MEMCACHE" id="mc" prefix="vm-sso-tst1.vm2.bk.sapo.pt:">
<Hosts>
vm-sso-tst1.vm2.bk.sapo.pt:11211
</Hosts>
</StorageService>

<StorageService type="MEMCACHE" id="mc-ctx" prefix="vm-sso-tst1.vm2.bk.sapo.pt:" buildMap="1">
<Hosts>
vm-sso-tst1.vm2.bk.sapo.pt:11211
</Hosts>
</StorageService>

<SessionCache type="StorageService" StorageService="mc-ctx" StorageServiceLite="mc" />
<ReplayCache StorageService="mc"/>
<ArtifactMap StorageService="mc" artifactTTL="180"/>

Environment

None

Attachments

2

Activity

Show:

Scott Cantor June 2, 2008 at 5:39 PM

http://svn.middleware.georgetown.edu/view/cpp-sp?view=rev&revision=2819

Patch is checked into the branch along with makefile fixes. There's no apparent Windows support for the client library you're using here, so I didn't have a chance to build yet, but will do so before closing.

André Cruz April 18, 2008 at 10:17 AM

This new patch corrects a typo.

Completed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Created April 18, 2008 at 4:43 AM
Updated August 13, 2008 at 11:01 AM
Resolved June 2, 2008 at 5:39 PM