lhfei / hibernate-memcached

Automatically exported from code.google.com/p/hibernate-memcached
0 stars 0 forks source link

Add config to put spymemcached in daemon mode #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be nice to be able to but the memcached threads in daemon mode so
that they don't prevent a JVM shutdown.

Original issue reported on code.google.com by ddlat...@gmail.com on 25 Feb 2010 at 5:43

GoogleCodeExporter commented 8 years ago
If you want to fork it on github and provide a fix I'll gladly merge it in and 
cut a
release.

Original comment by raykrue...@gmail.com on 25 Feb 2010 at 5:52

GoogleCodeExporter commented 8 years ago
Alright, first time with git and github, tried to do it here:
git://github.com/ddlatham/hibernate-memcached.git

Original comment by ddlat...@gmail.com on 26 Feb 2010 at 9:37

GoogleCodeExporter commented 8 years ago
Nice! Glad you stepped up to give it a shot. I'll have a look at it this 
weekend.

Original comment by raykrue...@gmail.com on 26 Feb 2010 at 10:54

GoogleCodeExporter commented 8 years ago
I've merged in your changes and cut a release. I've released 1.2.2 with your 
changes.

Thanks for the commits!

BTW, I tweaked your commit to get your correct username in place. When you 
clone a
project git will use whatever your system username is and your machine name as 
the
email. You can correct that using the following...
git config --global user.name "Tekkub"
git config --global user.email "tekkub@gmail.com"

Helpful info at http://help.github.com/git-email-settings/

Original comment by raykrue...@gmail.com on 27 Feb 2010 at 5:53

GoogleCodeExporter commented 8 years ago
Great, thanks for the info and update.

Original comment by ddlat...@gmail.com on 27 Feb 2010 at 5:21