article thumbnail

Java vs. Go Microservices - Load testing (Rematch)

DZone

When Go first appeared in November 2009, we didn't hear much about it, and our first interaction happened in 2012 when Go version 1 was officially released by Google.

Java 283
article thumbnail

2012 Favorites

Tim Kadlec

It’s the end of the year which means that “Best of 2012” articles are all the craze. Here, then, are the five most popular posts on this site from 2012. ## WTFWG. Far be it from I too abstain from such memes. Where-in I get unusually riled up and rant about the picture vs. srcset situation and how it was handled.

Media 40
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

What is RASP? Why runtime application self-protection is important, and how to do it right

Dynatrace

In 2012, Gartner coined the term RASP to characterize this approach, which brings the security perimeter right to the application itself. RASP capabilities aim to close the gap left by application security testing and network perimeter controls such as web application firewalls (WAFs).

Tuning 220
article thumbnail

How to collect Prometheus metrics in Dynatrace

Dynatrace

Since its launch in 2012, Prometheus has become the standard technology to collect metrics in a Kubernetes cluster. How to test the configuration? To ensure the correct configuration of the Dynatrace annotations, we recommend testing the settings by sending a request to the exporter’s HTTP endpoint.

Metrics 197
article thumbnail

32 MiB Working Sets on a 64 GiB machine

Randon ASCII

But, the issue was reported on Windows 11 and I assumed that there must be some odd-ball configuration triggering this edge case behavior so I didn’t think my tests would be fruitful so I did nothing for three weeks. I finally got back to the bug and decided to start by doing the simplest possible test. That’s crazy.

article thumbnail

Minimal Logging with INSERT…SELECT into Empty Clustered Tables

SQL Performance

Both of the following tests must pass for SQL Server to choose to set DMLRequestSort to true when inserting to an empty clustered index with table locking specified: An estimate of more than 250 rows at the input side of the Clustered Index Insert operator; and. Test ; END ; GO. DMLRequestSort Conditions. DROP TABLE dbo. DEFAULT ''. )

Cache 67
article thumbnail

Notes on: Married to HTTP/3

Tim Kadlec

HTTP/3 work started in 2012 with Google working on QUIC, adopted by IETF in 2017, RFC’s published in June 2022. Testing the Performance of HTTP/3. Because of the alt-svc process, testing to compare HTTP/2 and HTTP/3 is tricky. At #SmashingConf San Francisco , Robin Marx gave a presentation about HTTP/3. Here are my notes.

Network 64