Mark Reed

Results 22 issues of Mark Reed

Every 60 seconds I acquire from my pool and ping yet I'm still getting lost connections. Is ping working or is this not the way to prevent this problem? Am...

I have two servers A and B. B was doing an insert then con.commit() and A was not seeing any inserts unless I killed and restarted A. Selects from the...

AssetManager should probably support zip files. Given a zip it can give access to the images/sounds/etc via the zip internal file names. This is discussed on the forum here: http://forum.starling-framework.org/topic/assetmanager-addition...

Feature

Running wrk against a web page with a simple select caused my logs to fill up with errors. Aiomysql has no problem with the same exact code. I'll create a...

io_uring_prep_send can return multiple completions for partial data. However it can also return a 0 completion after a full completion which trips up the state machine as we move to...

### Describe the bug On Ubuntu 22 with kernel 6.0.19 with the uring example the go client hangs and wrk causes a core dump. On Ubuntu 23.10 with the base...

bug
invalid

In the wc cli I fixed up a couple bugs, added the files from arg, justified the output to match wc, and sped up the longest line search. ref https://github.com/ashvardanian/StringZilla/issues/97...

I've created a Str object wrapper for Node.js ``` const a = new stringzilla.Str('hello world'); const b = new stringzilla.Str('hi'); const result_1 = a.count(b); ``` And implemented a few functions...

A server using for_each_cqe with SQPOLL set will overflow the cqe ring given enough connections / time such that we keep getting new CQEs added onto the end before we...

### Describe what you are looking for I'm looking into several performance issues. For reference ``` My uring net library with a dummy response $ wrk -t1 -c16 -- 410,000...

enhancement