Forum Post: AW: AW: AW: Static Class Code Libraries (or Smarter Ways to Manage Business Logic)

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
“Upgrading systems running "old" appservers.” Not sure what you mean with „old“ AppServers. You think trimming AppServer agents every now and then is a bad thing? If it’s static or not – if you load classes into the memory of the AppServer and don’t know which classes in memory are from which release of the server code base (some loaded before your on the fly update, some loaded after your on the fly update) that sounds like a nightmare came true. On the other hand, the nature of the static utility classes may allow to update them less frequently than actual business logic. So once a year, I believe that trimming AppServer agents is o.k.. Others may actually be using the auto-trim feature of AppServer agents – without lacking any scalability. Aren’t we making too much assumptions already about what the poor OP is intending to do?

Continue reading...
 
Status
Not open for further replies.
Back
Top