The Artima Developer Community
Sponsored Link

Java Answers Forum
JVMs with "in-memory data" protection

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Albrecht Mueller

Posts: 4
Nickname: lbrtchx
Registered: Feb, 2003

JVMs with "in-memory data" protection Posted: Apr 4, 2003 7:38 AM
Reply to this message Reply
Advertisement
I read on the book; "Professional Apache Tomcat" 1-86100-773-6, Chapter: "3. Tomcat Installation", Section: "Choosing a JVM", Page: 32, of some JVMs having ways to run classes offering memory
protection for loaded data, which is of paramount importance when you are running a server.

This is what it says:

"... such as those (JVMs) providing extra high security guarantess (specially security of in-memory data) ..."

They stopped it there, no specifics or further information were given

Is this a purely JVM design thing or a partial|total architectural one in which the OS and other issues might be envolved?

How would such "security of in-memory data" affect speed?

Isn't enough with hardware protection ECC type memory and the OS settings?

Which JVMs have this feature?

Topic: how can java close pages with Frames? Previous Topic   Next Topic Topic: File Properties

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use