Alexander B
Alexander B
Hi! I can't agree with a bug. I verified behaivour on the latest main branch with this code ```cpp Poco::AtomicCounter lttCount; class LongTimeTask : public Poco::Runnable { Poco::AtomicCounter &_counter; public:...
Hi @siren186 and @matejk ! Please look at my PR, I think that my optimization can enhance some usecases
FYI ```shell capacity = 2 optimization = false ./Foundation-testrunner testActiveThreadLoadBalancing 0.05s user 0.02s system 0% cpu 11.496 total capacity = 2 optimization = true ./Foundation-testrunner testActiveThreadLoadBalancing 0.06s user 0.01s system...
Hi, @diridari ! You can parse scoped ipv6 addr Look into IPAddressImpl.cpp:653. This is already implemented. ```cpp IPv6AddressImpl IPv6AddressImpl::parse(const std::string& addr) { if (addr.empty()) return IPv6AddressImpl(); #if defined(_WIN32) struct addrinfo*...
> @bas524 , can you rebase on latest code on main branch, please? Hi, ok. I'll do it this week
> @bas524 Does the PR #4624 with different implementation that was merged to main satisfy the needs? Hi, I'll check it next week
> @bas524 Does the PR #4624 with different implementation that was merged to main satisfy the needs? @matejk I answered into https://github.com/pocoproject/poco/pull/4624#issuecomment-2408475465