This website requires JavaScript.
Explore
Help
Sign In
greg
/
stasis-aries-wal
Watch
1
Star
0
Fork
You've already forked stasis-aries-wal
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
7c09a7280f
stasis-aries-wal
/
utilities
/
run_recovery.c
8 lines
90 B
C
Raw
Normal View
History
Unescape
Escape
Renamed 'lladd' directories and python module to 'stasis'
2007-06-11 21:36:57 +00:00
#
include
<stasis/transactional.h>
Preliminary benchmark program uploads for SEDA-style response time percentiles vs requests / second Also added a few cute little utilities: - truncate_log - run_recovery Upped max # of concurrent transactions. (Current throughput during benchmarking remains ~flat up to 32,000 threads, but past max concurrent transactions was 1,000...)
2005-03-12 22:11:18 +00:00
int
main
(
void
)
{
Tinit
(
)
;
Tdeinit
(
)
;
remove compensations.h (This is a big change, and impacts lots of whitespace. I have left some indentation breakage in place in order to minimize the size of the diff)
2011-06-12 08:13:34 +00:00
return
0
;
Preliminary benchmark program uploads for SEDA-style response time percentiles vs requests / second Also added a few cute little utilities: - truncate_log - run_recovery Upped max # of concurrent transactions. (Current throughput during benchmarking remains ~flat up to 32,000 threads, but past max concurrent transactions was 1,000...)
2005-03-12 22:11:18 +00:00
}
Reference in a new issue
Copy permalink