Alexander B

Results 7 issues of Alexander B

disable requirement - use export LD_LIBRARY_PATH=${PWD}/platform/lib/Linux/x86_64 before running bin/Linux/x86_64/macchina

If use build-on-fly analyses, like into netbeans, then LD_LIBRARY_PATH should be able to be supplemented

This PR is motivated by https://github.com/pocoproject/poco/pull/3368 and continuation of https://github.com/pocoproject/poco/pull/4007 If OS has native implementation of sendfile function then it will be used (only for cmake projects). Other projects (make...

enhancement
performance

Optimization allows redistribute tasks to the idle threads When ActiveThread dequeue next Runnable, it checks is optimization is true and if yes it try to find idle thread and resend...

fix #4553 MS Visual Studio can use type long for __LINE__ macro when /ZI compilation flag is used - https://learn.microsoft.com/en-us/cpp/build/ reference/z7-zi-zi-debug-information-format?view=msvc-170#zi-1 This breaks some poco interfaces, for ex. logger We...

Resolve unresolved macro _NTO_THREAD_NAME_MAX and undeclared array tName

I've add transaction isolation support for SQLite Warning! SQLite transactions are [serializable by design](https:// www.sqlite.org/isolation.html) my implementation retuns ```false``` in function ```hasTransactionIsolation``` and throw an exception in ```setTransactionIsolation```