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...
- Host: GitHub
- URL: https://github.com/dashorst/netbeans4-jee7-sorter
- Owner: dashorst
- License: mit
- Created: 2014-03-20T12:45:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-20T13:08:29.000Z (over 12 years ago)
- Last Synced: 2025-02-12T06:08:20.000Z (over 1 year ago)
- Language: Java
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.