A short study about Shibboleth performances.
Cantor, Scott
cantor.2 at osu.edu
Mon Jun 13 05:19:10 EDT 2016
> I used an admittedly small VM with only one core (1 vCPU) to get a feel
> for how much we could get from a minimal configuration on our platform.
That is indeed minimal.
> That one CPU was indeed quite busy running the IdP and had to handle
> PostgreSQL for server-side storage as well. However, this is enough to
> handle our smaller customers.
Single threading it would be fine, but it would get overwhelmed pretty quickly by a lot of requests and thrash. Also, loading a large metadata file and verifying it would bring it to its knees.
Something you probably need to consider is what the background load for doing that would be, you don't want to have it fall over every 4 hours.
-- Scott
More information about the users
mailing list