GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Beanstalkd is a fast, distributed, in-memory workqueue service. Its interface is generic, but was designed for use in reducing the latency of page views in high-volume web applications by running most time-consuming tasks asynchronously.
Homepage: http://xph.us/software/beanstalkd/
Clone URL: git://github.com/kr/beanstalkd.git
Click here to lend your support to: beanstalkd and make a donation at www.pledgie.com !
Remove core.pid files, too.
kr (author)
Mon Apr 28 16:54:49 -0700 2008
commit  f93a5808ab19432973e0043c529bb991e91bdb13
tree    f7ba1591d1b66395c2bf0f543ace1479b1de4baa
parent  2f2bac57c36f1e64f569d64dc682d02c64be1180
...
42
43
44
45
 
46
47
48
...
42
43
44
 
45
46
47
48
0
@@ -42,7 +42,7 @@ $(program)-%.tar.gz:
0
   ./pkg.sh $(program) $* $@
0
 
0
 clean:
0
- rm -f $(program) *.o .*.d tests/*.o core gmon.out
0
+ rm -f $(program) *.o .*.d tests/*.o core core.* gmon.out
0
   rm -f $(program) tests/cutcheck* tests/cutgen
0
   rm -f $(program)-*.tar.gz
0
 

Comments

    No one has commented yet.