Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion How do I sell MagLev ?

Received: by 10.204.136.212 with SMTP id s20mr1531159bkt.5.1327086730721;
        Fri, 20 Jan 2012 11:12:10 -0800 (PST)
X-BeenThere: maglev-discussion@googlegroups.com
Received: by 10.204.164.11 with SMTP id c11ls4632276bky.0.gmail; Fri, 20 Jan
 2012 11:12:09 -0800 (PST)
Received: by 10.205.122.133 with SMTP id gg5mr759152bkc.3.1327086729002;
        Fri, 20 Jan 2012 11:12:09 -0800 (PST)
Received: by 10.205.122.133 with SMTP id gg5mr759151bkc.3.1327086728974;
        Fri, 20 Jan 2012 11:12:08 -0800 (PST)
Return-Path: <charles.monte...@gmail.com>
Received: from mail-lpp01m010-f43.google.com (mail-lpp01m010-f43.google.com [209.85.215.43])
        by gmr-mx.google.com with ESMTPS id b3si4602768bka.0.2012.01.20.11.12.08
        (version=TLSv1/SSLv3 cipher=OTHER);
        Fri, 20 Jan 2012 11:12:08 -0800 (PST)
Received-SPF: pass (google.com: domain of charles.monte...@gmail.com designates 209.85.215.43 as permitted sender) client-ip=209.85.215.43;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of charles.monte...@gmail.com designates 209.85.215.43 as permitted sender) smtp.mail=charles.monte...@gmail.com; dkim=pass header...@gmail.com
Received: by lago2 with SMTP id o2so613225lag.2
        for <maglev-discussion@googlegroups.com>; Fri, 20 Jan 2012 11:12:08 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=mime-version:sender:in-reply-to:references:from:date
         :x-google-sender-auth:message-id:subject:to:content-type;
        bh=wE1HT4G1ZPufLWIQ9x4XGFK3dPkHijmaqniMI4s8/1U=;
        b=kpyLxYvetoHu6x8FnQ78wYergSDj9eMFsioTmwxpzT6tUIQZjqG5QTfJ+ysRbPXAJE
         lfLk2zTbWdNWNFr16llAXoScty2j7v3jfJ2Tt4WiDX06msqnfkXjBNBphAK4kssZPjde
         MMh0PfmQvZG/hv/ffrlPA/WjcND5xT1kNOcp8=
Received: by 10.152.114.169 with SMTP id jh9mr15434148lab.20.1327086728383;
 Fri, 20 Jan 2012 11:12:08 -0800 (PST)
MIME-Version: 1.0
Sender: charles.monte...@gmail.com
Received: by 10.112.43.227 with HTTP; Fri, 20 Jan 2012 11:11:47 -0800 (PST)
In-Reply-To: <C4B13D12-FB63-46C2-B7AB-09BC709C1...@technomage.com>
References: <672b1c67-b1a4-4520-af06-54d7793e5...@t13g2000yqg.googlegroups.com>
 <C4B13D12-FB63-46C2-B7AB-09BC709C1...@technomage.com>
From: Charles Monteiro <char...@monteirosfusion.com>
Date: Fri, 20 Jan 2012 14:11:47 -0500
Message-ID: <CANzC3aRzODKjufamGHXT0Ci_3S7wYi0kevZC7B-QzPxJkCK...@mail.gmail.com>
Subject: Re: [maglev-discussion] How do I sell MagLev ?
To: maglev-discussion@googlegroups.com
Content-Type: multipart/alternative; boundary=f46d04083a63080ca304b6fa75b8

--f46d04083a63080ca304b6fa75b8
Content-Type: text/plain; charset=ISO-8859-1

actually then let me rephrase that just like MongoDB has "ruby bindings"
does MagLev have a Ruby binding or is it that MagLev is basically another
Ruby vm i.e. just like MRI , Rubinus, JRuby ?

does MagLev have a pre-built restful api available ?

if MagLev is another Ruby implementation to what MRI version is it
currently compatible ?

thanks

On Fri, Jan 20, 2012 at 1:53 PM, Michael Latta <mla...@technomage.com>wrote:

> If you mean by "talk to JRuby" can there be a JRuby VM sending HTTP or
> other requests to a MagLev VM, sure.  If you mean use a JRuby VM and have
> MagLev somehow run within that VM, then no.  MagLev is a VM and a database
> in one, they are not separable.  But, you could treat MagLev as just a
> database and put a simple json API on top of your object model and use
> services from another "front end" VM that runs the Rails stack.  It would
> sort of be a waste but it would work.  If there are specific java libraries
> you want access to it might make sense, but I would probably go the other
> way, and put the JRuby and java libraries in a support role to Rails
> running in MagLev.
>
> Michael
>
>
> On Jan 20, 2012, at 11:34 AM, Charles A. Monteiro wrote:
>
> > so we have started using MongoDB from Ruby here at our shop. I want to
> > be able to push MagLev as an alternative. I have tried using the
> > following points:
> >
> > 1. MagLev is based on Gemstone/S which has proven to be a very
> > scaleable time tested solution and which has been deployed by some
> > giants in industry, I drop names like JP , OOCL, NYK , there are more
> > but those come to mind in the heat of argument.
> > 2. MagLev can handle a complex object model , document based dbs fall
> > don't deal with that very well.
> >
> > Where I stumble is in issues such:
> >
> > 1. MongoDB , CouchDB and Cassandra apparently can handle a very heavy
> > rate of inserts per sec. I'm don't have stats for MagLev.
> > 2. Community/Support , these other have decent communities behind it,
> > can't claim the same about MagLev and I'm confused by VmWare's
> > specific long term commitment to MagLev.
> > 3. The documents on the site i.e. cookbook recipes are not quite
> > there, not sufficient. I need to walk folks here thru for example
> > Sinatra type of flow with MagLev persisting things.
> > 4. Lack of Windows support is an issue although not a "great" issue
> > 5. Question , is there any reason why I could not talk to MagLev from
> > JRuby ?
> >
> > thanks
> >
> > -Charles
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "MagLev Discussion" group.
> > To post to this group, send email to maglev-discussion@googlegroups.com.
> > To unsubscribe from this group, send email to
> maglev-discussion+unsubscribe@googlegroups.com.
> > For more options, visit this group at
> http://groups.google.com/group/maglev-discussion?hl=en.
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "MagLev Discussion" group.
> To post to this group, send email to maglev-discussion@googlegroups.com.
> To unsubscribe from this group, send email to
> maglev-discussion+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/maglev-discussion?hl=en.
>
>


-- 
Charles A. Monteiro
www.monteirosfusion.com
sent from the road

--f46d04083a63080ca304b6fa75b8
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

actually then let me rephrase that just like MongoDB has &quot;ruby binding=
s&quot; does MagLev have a Ruby binding or is it that MagLev is basically a=
nother Ruby vm i.e. just like MRI , Rubinus, JRuby ?<div><br></div><div>

does MagLev have a pre-built restful api available ?</div><div><br></div><d=
iv>if MagLev is another Ruby implementation to what MRI version is it curre=
ntly compatible ?</div><div><br></div><div>thanks<br><br><div class=3D"gmai=
l_quote">

On Fri, Jan 20, 2012 at 1:53 PM, Michael Latta <span dir=3D"ltr">&lt;<a hre=
f=3D"mailto:mla...@technomage.com">mla...@technomage.com</a>&gt;</span> wro=
te:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-=
left:1px #ccc solid;padding-left:1ex">

If you mean by &quot;talk to JRuby&quot; can there be a JRuby VM sending HT=
TP or other requests to a MagLev VM, sure. =A0If you mean use a JRuby VM an=
d have MagLev somehow run within that VM, then no. =A0MagLev is a VM and a =
database in one, they are not separable. =A0But, you could treat MagLev as =
just a database and put a simple json API on top of your object model and u=
se services from another &quot;front end&quot; VM that runs the Rails stack=
. =A0It would sort of be a waste but it would work. =A0If there are specifi=
c java libraries you want access to it might make sense, but I would probab=
ly go the other way, and put the JRuby and java libraries in a support role=
 to Rails running in MagLev.<br>


<br>
Michael<br>
<div class=3D"HOEnZb"><div class=3D"h5"><br>
<br>
On Jan 20, 2012, at 11:34 AM, Charles A. Monteiro wrote:<br>
<br>
&gt; so we have started using MongoDB from Ruby here at our shop. I want to=
<br>
&gt; be able to push MagLev as an alternative. I have tried using the<br>
&gt; following points:<br>
&gt;<br>
&gt; 1. MagLev is based on Gemstone/S which has proven to be a very<br>
&gt; scaleable time tested solution and which has been deployed by some<br>
&gt; giants in industry, I drop names like JP , OOCL, NYK , there are more<=
br>
&gt; but those come to mind in the heat of argument.<br>
&gt; 2. MagLev can handle a complex object model , document based dbs fall<=
br>
&gt; don&#39;t deal with that very well.<br>
&gt;<br>
&gt; Where I stumble is in issues such:<br>
&gt;<br>
&gt; 1. MongoDB , CouchDB and Cassandra apparently can handle a very heavy<=
br>
&gt; rate of inserts per sec. I&#39;m don&#39;t have stats for MagLev.<br>
&gt; 2. Community/Support , these other have decent communities behind it,<=
br>
&gt; can&#39;t claim the same about MagLev and I&#39;m confused by VmWare&#=
39;s<br>
&gt; specific long term commitment to MagLev.<br>
&gt; 3. The documents on the site i.e. cookbook recipes are not quite<br>
&gt; there, not sufficient. I need to walk folks here thru for example<br>
&gt; Sinatra type of flow with MagLev persisting things.<br>
&gt; 4. Lack of Windows support is an issue although not a &quot;great&quot=
; issue<br>
&gt; 5. Question , is there any reason why I could not talk to MagLev from<=
br>
&gt; JRuby ?<br>
&gt;<br>
&gt; thanks<br>
&gt;<br>
&gt; -Charles<br>
&gt;<br>
</div></div><span class=3D"HOEnZb"><font color=3D"#888888">&gt; --<br>
&gt; You received this message because you are subscribed to the Google Gro=
ups &quot;MagLev Discussion&quot; group.<br>
&gt; To post to this group, send email to <a href=3D"mailto:maglev-discussi=
on@googlegroups.com">maglev-discussion@googlegroups.com</a>.<br>
&gt; To unsubscribe from this group, send email to <a href=3D"mailto:maglev=
-discussion%2Bunsubscribe@googlegroups.com">maglev-discussion+unsubscribe@g=
ooglegroups.com</a>.<br>
&gt; For more options, visit this group at <a href=3D"http://groups.google.=
com/group/maglev-discussion?hl=3Den" target=3D"_blank">http://groups.google=
.com/group/maglev-discussion?hl=3Den</a>.<br>
&gt;<br>
<br>
--<br>
You received this message because you are subscribed to the Google Groups &=
quot;MagLev Discussion&quot; group.<br>
To post to this group, send email to <a href=3D"mailto:maglev-discussion@go=
oglegroups.com">maglev-discussion@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href=3D"mailto:maglev-disc=
ussion%2Bunsubscribe@googlegroups.com">maglev-discussion+unsubscribe@google=
groups.com</a>.<br>
For more options, visit this group at <a href=3D"http://groups.google.com/g=
roup/maglev-discussion?hl=3Den" target=3D"_blank">http://groups.google.com/=
group/maglev-discussion?hl=3Den</a>.<br>
<br>
</font></span></blockquote></div><br><br clear=3D"all"><div><br></div>-- <b=
r>Charles A. Monteiro<br><a href=3D"http://www.monteirosfusion.com">www.mon=
teirosfusion.com</a><br>sent from the road<br>
</div>

--f46d04083a63080ca304b6fa75b8--