Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #3492

TERRACOTTA: questions

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!newsfeed.x-privat.org!itgate.net!tornado.fastwebnet.it!53ab2750!not-for-mail
From "Mike \"L'Emarginato\"" <mike@job.dot.net.splash>
User-Agent Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10
MIME-Version 1.0
Newsgroups comp.lang.java.programmer
Subject TERRACOTTA: questions
Content-Type text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding 7bit
Lines 38
Message-ID <ex8wp.17312$GZ3.12074@tornado.fastwebnet.it> (permalink)
Date Wed, 04 May 2011 10:53:19 +0200
NNTP-Posting-Host 93.62.161.242
X-Complaints-To newsmaster@fastweb.it
X-Trace tornado.fastwebnet.it 1304499402 93.62.161.242 (Wed, 04 May 2011 10:56:42 CEST)
NNTP-Posting-Date Wed, 04 May 2011 10:56:42 CEST
Xref x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:3492

Show key headers only | View raw


Hi all,
  I'm trying to deepen the technical issue that would allow me to use 
TERRACOTTA, specifically open source technology with the DSO, for our 
website, an internet startup that is going to produce the first working 
prototype of a specific service (images and stuffs). We use only Java, 
we do not use other technologies.

In effect we are interested to this:

http://en.wikipedia.org/wiki/Terracotta_Cluster

Terracotta is an open source JVM-level clustering software for Java.
It delivers clustering as a runtime infrastructure service, which
simplifies the task of clustering a Java application, by clustering
the JVM underneath the application, instead of clustering the
application itself [1].

Terracotta's JVM-level clustering can turn single-node,
multi-threaded applications into distributed, multi-node
applications, often with no code changes. Terracotta uses standard
bytecode manipulation techniques to plug into the Java Memory Model
in order to maintain semantics of Java (Java Language Specification),
such as pass-by-reference, thread coordination, and garbage
collection across the cluster.

--

In particular, we use Tomcat, but we do not need "web sessions" or 
"ebcache" itselfs, for who knows what i'm talking about.

We need a cluster of different machines that do run a JVM that uses all 
the power and willingness to scale, with the addition of new nodes, 
trasparently to eh application itself, may it will be tomcat or another 
normal java.packages that we are developing.

Someone are using TERRACOTA, in this exact method?

Thanks for information, and any help.

Back to comp.lang.java.programmer | Previous | NextNext in thread | Find similar


Thread

TERRACOTTA: questions "Mike \"L'Emarginato\"" <mike@job.dot.net.splash> - 2011-05-04 10:53 +0200
  Re: TERRACOTTA: questions Roedy Green <see_website@mindprod.com.invalid> - 2011-05-05 08:45 -0700
    Re: TERRACOTTA: questions "Mike \"L'Emarginato\"" <mike@job.dot.net.splash> - 2011-05-05 18:17 +0200

csiph-web