Greg Young
Greg Young
You hard code alignment in windows to 4096 you should either use http://msdn.microsoft.com/en-us/library/aa364935%28VS.85%29.aspx which gives the sector size or io control to get it instead http://msdn.microsoft.com/en-us/library/windows/desktop/aa363147(v=vs.85).aspx Also some of the...
Add an option to specify where the new chunk is kept for when running the scavenge process. \--scavnge-temp-dir C:\\MyTemp [DB-211](https://linear.app/eventstore/issue/DB-211/scavenge-specify-temp-directory)
It seems like this should be possible.
I am not sure if this is an issue in scriptcs or I am doing something oddly wrong I have a package. I install it. ``` code greg@demon:~/src/PrivateI/scriptcs$ scriptcs -install...
I would be interested in seeing some performance benchmarks on the client. Are their any?
We are benchmarking at +- 5k/sec on a trivial example in windows while easily 10x this in linux. We are building with the included dlls. Are we missing something or...
Fork or?
We are planning on making some very significant additions to this library (type mapping support, possibly moving all comms to iocp, wrap support for rx etc, move away from java...