<div dir="ltr">Thanks Galder, Radim,<div><br></div><div>I&#39;ve been browsing the RadarGun code this morning and I agree that it&#39;ll be difficult to use it directly for my benchmarks.  That said, it&#39;s given me a good direction for which scenarios to run, and that&#39;s a fantastic place to be.</div><div><br></div><div>Thanks again!</div><div><br></div><div>Albert</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 4, 2014 at 2:20 AM, Radim Vansa <span dir="ltr">&lt;<a href="mailto:rvansa@redhat.com" target="_blank">rvansa@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">RadarGun can&#39;t benchmark anything outside JVM. You could create wrapper<br>
to PHP, but then you&#39;d benchmark this layer as well. That&#39;s the reason<br>
we don&#39;t do C++ or .NET client benchmarks through RadarGun.<br>
<br>
Radim<br>
<div class="HOEnZb"><div class="h5"><br>
On 11/03/2014 05:34 PM, Galder Zamarreño wrote:<br>
&gt; Hi Albert,<br>
&gt;<br>
&gt; Thanks a lot for writing that PHP client! I’m not a PHP expert, but hopefully someone in the Infinispan team can have a look at.<br>
&gt;<br>
&gt; Radargun [1] is a benchmark framework we use to run performance tests of Infinispan. We also run tests for the Hot Rod client, but it’s very JVM centric, so not sure how you could add PHP there.<br>
&gt;<br>
&gt; In terms of Hot Rod/memcached performance perspective, Hot Rod should be slightly faster, but the big gains come when you deploy a cluster of Infinispan Servers since Hot Rod has more clever topology routing logic and it can update topology at runtime.<br>
&gt;<br>
&gt; Cheers,<br>
&gt;<br>
&gt; [1] <a href="https://github.com/radargun/radargun" target="_blank">https://github.com/radargun/radargun</a><br>
&gt;<br>
&gt; On 30 Oct 2014, at 11:42, Albert Bertram &lt;<a href="mailto:bertrama@umich.edu">bertrama@umich.edu</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; A couple of years ago there were a few messages on this list about a potential PHP Hot Rod client.  I haven&#39;t seen any further discussion of it, but I find myself in the same situation described before: I want to have a Drupal installation write cache data to Infinispan, and I&#39;d prefer if it could do it via the Hot Rod protocol rather than the memcached protocol.<br>
&gt;&gt;<br>
&gt;&gt; I haven&#39;t seen any further evidence of the existence of a Hot Rod client native to PHP out on the open web, so I wrote a small wrapper around the Hot Rod C++ client which works for my purposes so far.  The code is at <a href="https://github.com/bertrama/php-hotrod" target="_blank">https://github.com/bertrama/php-hotrod</a><br>
&gt;&gt;<br>
&gt;&gt; I wanted to send a note to the list to ask a couple questions:<br>
&gt;&gt;<br>
&gt;&gt; Would anyone else be interested in this php extension?<br>
&gt;&gt;<br>
&gt;&gt; Are there client-oriented benchmarks I should run?  I looked around for some, but didn&#39;t find any. Specifically, I want to compare performance of this PHP Hot Rod client to the PHP memcached client when talking to the same Infinispan server.<br>
&gt;&gt;<br>
&gt;&gt; Thanks!<br>
&gt;&gt;<br>
&gt;&gt; Albert Bertram<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; infinispan-dev mailing list<br>
&gt;&gt; <a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a><br>
&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a><br>
&gt;<br>
&gt; --<br>
&gt; Galder Zamarreño<br>
&gt; <a href="mailto:galder@redhat.com">galder@redhat.com</a><br>
&gt; <a href="http://twitter.com/galderz" target="_blank">twitter.com/galderz</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; infinispan-dev mailing list<br>
&gt; <a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a><br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Radim Vansa &lt;<a href="mailto:rvansa@redhat.com">rvansa@redhat.com</a>&gt;<br>
JBoss DataGrid QA<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
infinispan-dev mailing list<br>
<a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a></div></div></blockquote></div><br></div>