We've expanded our news coverage and improved our search! Visit
news.oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Software Infrastructure Bottlenecks in J2EE
|
| Subject: |
|
Concurrency problem in App |
| Date: |
|
2005-01-24 10:07:06 |
| From: |
|
GerhardP
|
|
|
|
The problem described in this article sounds more like a concurrency issue in the application rather than an inherent scalability issue with the application server or the JVM.
Yes, to some point you can fix these application problems by cloning infrastructure components, but these problems usually propagate to a back-end in the form of database locks or transaction locks and this would be better debugged beforehand.
|