ninjudd / drip

Fast JVM launching without the hassle of persistent JVMs.
Eclipse Public License 1.0
1.55k stars 69 forks source link

lein repl span a new jvm process every time. #61

Open wuhx opened 11 years ago

wuhx commented 11 years ago

drip works alright if invoke from command line directly . but after add LEIN_JAVA_CMD=${LEIN_JAVA_CMD-drip} to leinrc, lein repl didn't reuse exist jvm process.

software version: mac os 10.8.2 lein --version Leiningen 2.0.0 on Java 1.7.0_05 Java HotSpot(TM) 64-Bit Server VM drip 0.2.3 . install through brew.

after run lein repl three times.

`--> drip ps 10917 org.flatland.drip.Main clojure.main /Users/wuhx/.drip/0.2.3/2710892dbd2e359c5c9a5a1c23d9101fb97e0671/10891-1 -XX:+TieredCompilation -Xbootclasspath/a:/Users/wuhx/.lein/self-installs/leiningen-2.0.0-standalone.jar -Dfile.encoding=UTF-8 -Dmaven.wagon.http.ssl.easy=false -Dleiningen.original.pwd=/Users/wuhx/Desktop/work/mybuy -Dleiningen.script=/Users/wuhx/bin/lein -Djava.awt.headless=true 10841 org.flatland.drip.Main clojure.main /Users/wuhx/.drip/0.2.3/2710892dbd2e359c5c9a5a1c23d9101fb97e0671/10817-1 -XX:+TieredCompilation -Xbootclasspath/a:/Users/wuhx/.lein/self-installs/leiningen-2.0.0-standalone.jar -Dfile.encoding=UTF-8 -Dmaven.wagon.http.ssl.easy=false -Dleiningen.original.pwd=/Users/wuhx/Desktop/work/mybuy -Dleiningen.script=/Users/wuhx/bin/lein -Djava.awt.headless=true 11137 org.flatland.drip.Main clojure.main /Users/wuhx/.drip/0.2.3/2710892dbd2e359c5c9a5a1c23d9101fb97e0671/11110-1 -XX:+TieredCompilation -Xbootclasspath/a:/Users/wuhx/.lein/self-installs/leiningen-2.0.0-standalone.jar -Dfile.encoding=UTF-8 -Dmaven.wagon.http.ssl.easy=false -Dleiningen.original.pwd=/Users/wuhx/Desktop/work/mybuy -Dleiningen.script=/Users/wuhx/bin/lein -Djava.awt.headless=true

arichiardi commented 9 years ago

I confirm this, I have just tried and drip ps returns a JVM per lein command.

Leiningen 2.5.2-SNAPSHOT on Java 1.8.0_31 Java HotSpot(TM) 64-Bit Server VM

arichiardi commented 9 years ago

Hello guys, any update on this?

Raynes commented 9 years ago

Besides merging pull requests from time to time, my understanding is that this project is more or less abandoned. Anyone is welcome to take it on.

ninjudd commented 9 years ago

Yeah. I made @headius a contributer a while back, but I suspect he's even more busy than I am. I'm happy to make anyone who wants to help out a contributer.

On Thu, Sep 17, 2015 at 9:49 PM, Anthony Grimes notifications@github.com wrote:

Besides merging pull requests from time to time, my understanding is that this project is more or less abandoned. Anyone is welcome to take it on.

Reply to this email directly or view it on GitHub: https://github.com/ninjudd/drip/issues/61#issuecomment-141343597