thanks, this is mainly for benchmark expression, what I need is a jmeter
like app performance tool
On Tuesday, May 6, 2014 9:06:11 PM UTC+8, Zhi Yang wrote:
>
> is there a performance test tool by clojure like scala Gatling
>
--
You received this message because you are subscrib
is there a performance test tool by clojure like scala Gatling
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your
nstead of mongos shard server)?
>
> On Fri, Apr 19, 2013 at 7:17 AM, Zhi Yang >
> wrote:
> > I use
> > (defn get-conn []
> > (let [conn (make-connection (:database db-config)
> > :host (:host db-config)
> >
I use
(defn get-conn []
(let [conn (make-connection (:database db-config)
:host (:host db-config)
:port (:port db-config)
(mongo-options :auto-connect-retry true))]
(auth conn)
conn))
try to connect
I use a mongodb which use sharding, so I connect to mongos.
but when I query like:
(fetch :locations)
NullPointerException com.mongodb.DBCursor._check (DBCursor.java:365)
there is error
if the use (fetch :locations :one? true) it works.
anyone know what is going on? I use version [congomong
I use a mongodb which use sharding, so I connect to mongos.
but when I query like:
(fetch :locations)
NullPointerException com.mongodb.DBCursor._check (DBCursor.java:365)
there is error
if the use (fetch :locations :one? true) it works.
anyone know what is going on? I use version [congomong
is there easy way to make transition to 1.3
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your
first post.
To unsu
what about code using 1.2, and clojure-contrib, how to make transition.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient wi