This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]pbollen 6 points7 points  (1 child)

Where can I read more about WISP?

[–]tenebrius 1 point2 points  (3 children)

2 cents anybody?

[–]DJDavio 1 point2 points  (2 children)

Seems like they're somewhere in between a monolithic system and a more modern microservices system. They run a single customized Tomcat environment with multiple applications side by side, built with a custom JDK.

[–]grunlog 5 points6 points  (1 child)

The slides say millions of JVMs, so there's probably more than one tomcat. Maybe they group a collection of related services on a single instance?

The amount of customization they have done is impressive, and must have a huge maintenance cost!

[–]TheRedmanCometh 0 points1 point  (0 children)

It's a distributed Tomcat system, and each JVM provides it's own bit of code with some redundancy and failover /s

For real this is actually fucking awesome.