Vladimir Dronnikov
Vladimir Dronnikov
Hi! I recently spawned [cookie session](https://github.com/dvv/cookie_session) projects and wonder would it be feasible to have either inside axiom or as a external helper? In either event, feedback is welcome. TIA,...
wonder if we can use something from https://github.com/dvv/stable -- there i collect assorted micro helpers
http://en.wikipedia.org/wiki/OpenCL
i drafted a cmake build here https://github.com/dvv/luv-1/tree/cmake . please, feedback if it's feasible to have in master. libzmq just started cmake for windows, libuv has cmake build thanks to @okuoku...
http parser
do we need luv.http? what would be its domain? interface exposed? what middleware strategy -- connect-style? *sgi style? let us discuss that here
Hi! I've drafted a simple hello-world [HTTP server](https://github.com/dvv/luv-1/blob/master/examples/http_hellosvr.lua), to test luv under the load via `ab -n100000 -c500 ...` The result is that the server stopped responding after circa 50000...
Hi! Please, consider normalizing returned errors. Examples of inconsistency: https://github.com/richardhundt/luv/blob/master/src/luv_stream.c#L62 https://github.com/richardhundt/luv/blob/master/src/luv_stream.c#L114 https://github.com/richardhundt/luv/blob/master/src/luv_stream.c#L132 etc. IMHO it's the best to return stringified error code (`"ENOMEM", "EEXIST"` etc). The rationale is: to not...
Please, consider applying. Also, couldn't we cope with functions in bson? Binary type 0x05 with subtype 0x01
Please, consider applying
Hi! query by regexp, say, `.find 'Country', {name: /ce/}` returns zero documents Please, review is regexp serialization done right? TIA, --Vladimir