Daniel

Results 21 comments of Daniel

@nbrady-techempower https://tfb-status.techempower.com/share is down so hard to visualise local runs at moment. I've confirmed #6245 results.json manually, but would be good to have link back up to post links in...

Will the website to publish the results also be open sourced? I would really like #4319 to be done to have links from website to particular version of code. This...

Thanks, and to be pedantic, I'm assuming you also will also use the git information for the URLs, e.g. recent continuous benchmark run: ` "git": { "commitId": "802ccc0d2c7d59a495fa48594d96b8948561e1ef", "repositoryUrl": "https://github.com/TechEmpower/FrameworkBenchmarks.git",...

As per PR #19 providing the following write up on my shallow understanding of ADBA but thoughts on driver architecture to get high performance through put. I see the architecture...

@davecramer Connection is thread safe if creating a statement per thread - https://docs.oracle.com/cd/A97335_02/apps.102/a83724/tips1.htm - https://github.com/sagenschneider/OfficeFloor/blob/b05936a25382ff9d242e59f02fc135dd21465726/officefloor/persistence/officejdbc/src/main/test/net/officefloor/jdbc/test/AbstractJdbcTestCase.java#L781 (multi-threaded test that using a single connection across different database implementations) Basically, the following will...

@davecramer yes, good question and one I have regarding the usefulness of ADBA for updating (especially as per my explanation of JPA advantages in #19 ). The above example, however,...

@alexanderkjall yes, async and threading are not similar. OfficeFloor actually provides a multi-threaded event loop (and it was not easy to write). Most asynchronous event loops are singled threaded -...

I would like to get in #18 to see if this is still an issue. The current thread running 100% creates a ByteBuffer each loop of 1Kb. This can quickly...

@sssinghsyr Yes, likely cause. I'm near finishing the Selector work. It is running for my NioLoop tests. I'm just trying to get it running for remaining tests before merging in...

Sorry, @cretz . Did not mean to imply PgNio was dead. Only that last commits in the project were more than 4 months ago, so that given ADBA is active...