raelik

Results 15 comments of raelik

I should also note that besides adding a level of protection against SQL injection, prepared statements are often used for performance purposes when the same query is being executed multiple...

@fanyang01 I recently ran into the corruption issue you mentioned while trying to use BlockingOutputStreamAsyncRequestBody (which I'm now calling BOSARB). I have a bit of code that reads data from...

@headius Maybe just a separate build target for a modularized Java 9 deployment that includes the module-info, akin to how there are currently binary, Windows executable, source and complete jar...

@headius as far as I can see, the syntax of the module-info.java file is only understood by Java 9's `javac`.

@mmuman True, didn't think about inotify! @vladkorotnev That's a fair point, re-establishing the ssh connection each time is almost certainly making whatever slight delay from reading the (relatively small) CSV...