is there a performance test tool by clojure

2014-05-06 Thread Zhi Yang
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

Re: is there a performance test tool by clojure

2014-05-06 Thread Zhi Yang
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 subscribed to the Google

can congomongo connect to mongos?

2013-04-19 Thread Zhi Yang
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

Re: can congomongo connect to mongos?

2013-04-19 Thread Zhi Yang
shard server)? On Fri, Apr 19, 2013 at 7:17 AM, Zhi Yang zhi@yottaa.comjavascript: wrote: I use (defn get-conn [] (let [conn (make-connection (:database db-config) :host (:host db-config) :port (:port db-config

what is the issue: NullPointerException com.mongodb.DBCursor._check (DBCursor.java:365) for congomongo

2013-04-18 Thread Zhi Yang
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

what is the issue: NullPointerException com.mongodb.DBCursor._check (DBCursor.java:365) for congomongo

2013-04-18 Thread Zhi Yang
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

Re: Something missing from the clojure compiler's java annotation support for gen-class and defrecord? Am I driving while bouncing off the guard rails?

2011-09-25 Thread zhi yang
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

Re: Unable to use/refer/require clojure.contrib

2011-09-25 Thread zhi yang
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