An open API service indexing awesome lists of open source software.

https://github.com/dashorst/netbeans4-jee7-sorter

Example project for a stateless bean that couldn't be scaled...
https://github.com/dashorst/netbeans4-jee7-sorter

Last synced: over 1 year ago
JSON representation

Example project for a stateless bean that couldn't be scaled...

Awesome Lists containing this project

README

          

netbeans4-jee7-sorter
=====================

Example project for a stateless bean that couldn't be scaled...

Contains an ear/ejb project for deployment on glassfish (4), and a
client project that connects to the ejb bean and tries to sort 100,000
integers remotely in multiple threads.

I set the ejb poolsize max to 1 and expected glassfish to serialize all
calls to the sort ejb.