article thumbnail

MSMQ is dead

Particular Software

Since it exists in Windows 10 and Windows Server 2019, MSMQ will continue to live on until at least 2029—and much longer assuming it isn't removed from future versions of Windows. What if you have a current system already running on MSMQ? The System.Messaging namespace lives on in.NET Framework 4.8 So what do I need to do?

article thumbnail

PostgreSQL Partitioning Made Easy Using pg_partman (TimeBased)

Percona

PostgreSQL Partition Manager — ‘pg_partman’ — is an open source extension freely available, widely supported, and actively maintained by the PostgreSQL community. You can set the parameter either by using ALTER SYSTEM or by manually modifying the config file.

Storage 98
article thumbnail

The Return of the Frame Pointers

Brendan Gregg

The problem is that this system has a default libc that has been compiled without frame pointers, so any stack walking stops at the libc layer, producing a partial stack that's missing the application frames. This is pretty common and usually goes unnoticed as the flame graph looks ok at first glance. And this isn't even all of them.)

Java 145