The Artima Developer Community
Sponsored Link

Java Community News
Terracotta Virtualization Server (TVS) 1.1 Available for Download

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
Molly Revon

Posts: 2
Nickname: molly650
Registered: Jul, 2005

Terracotta Virtualization Server (TVS) 1.1 Available for Download Posted: Jul 6, 2005 8:26 PM
Reply to this message Reply
Summary
Clustering Java, using the Terracotta Virtualization Server (TVS), increases the stability and fault tolerance of Java applications while simultaneously reducing ongoing development and operating costs.
Advertisement
You can download the release from: http://www.terracottatech.com/company/registerme02.html

Clustering Java, using the Terracotta Virtualization Server (TVS), increases the stability and fault tolerance of Java applications while simultaneously reducing ongoing development and operating costs. TVS Eliminates long-standing tradeoffs developers have been forced to make between availability and performance in Java applications.

With TVS, availability and performance come together in a “plug-configure-play” infrastructure software package. This means that there are no code changes, no APIs, and no altering of application semantics. TVS provides complete data access visibility and control to development or operations staff at runtime. Developers can use natural Java with no need to learn, use, or maintain proprietary API’s.

TVS has two primary components that together meet a diverse, but often concurrent, set of data access and consumption needs; Distributed Shared Objects (DSO) and High-Availability-JDBC (HA-JDBC).

DSO is a Terracotta Virtualization Server component that provides the capability to share object state across Java Virtual Machines (JVMs). DSO eliminates the need to maintain state in a transactional database, as well as the need to rely on inter-JVM communication mechanisms like JMS, RMI, Jcache, serialization, etc.

DSO’s features: • Inter-VM object sharing on opt- in/opt-out basis • Flexible locking configurable at runtime • Virtual heaps for multi-gigabyte object graphs • Scalable multi-level clustering infrastructure • Distributed method invocation • Distributed wait and notify

HA-JDBC is an API-free Terracotta Virtualization Servercomponent that provides an intelligent two level JDBC caching mechanism across Java Virtual Machines (JVMs) in a “share everything” mode. HA-JDBC significantly reduces the need to touch the database directly.

HA-JDBC’s features: • Caching allows read-through of DB queries, write-through for user changes • Scalable multi-layer infrastructure • Cache invalidation directly through our database Listener • Opt-in/Opt-out at query level • “Pre-warmer”warms all caches in batch mode • Cache Pinning returns current cache data when DB is unavailable Specifications: The Terracotta Server is a pure Java solution that should run on any platform that supportsJRE 1.4 or above and is supported on Sun’s HotSpot VM on Linux,SPARC Solaris,and Windows XP/WindowsServer 2003.The Terracotta Listener supports Oracle 9i for SPARC Solaris,and Linux Kernel version 2.4 or higher.

Please download our software and take it for test drive and let us know what you think.

--the Terracotta Development Team

Topic: Terracotta Virtualization Server (TVS) 1.1 Available for Download Previous Topic   Next Topic Topic: MagicDraw UML 10.0 EAP beta is released!

Sponsored Links



Google
  Web Artima.com   

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