article thumbnail

The Speed of Time

Brendan Gregg

The broken Java stacks turned out to be beneficial: They helped group together the os::javaTimeMillis() calls which otherwise might have have been scattered on top of different Java code paths, appearing as thin stacks everywhere. Without NMI, some kernel code paths (interrupts disabled) can't be profiled. But I'm not completely sure.

Speed 126
article thumbnail

Stuff The Internet Says On Scalability For October 5th, 2018

High Scalability

Because the device in question is a high-speed unit designed to process a high volume of ballots for an entire county, hacking just one of these machines could enable anattacker to flip the Electoral College and determine the outcome of a presidential election?. Comments tell you about the state, not the code. So many more quotes.

Internet 156
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

SKP's Java/Java EE Gotchas: Clash of the Titans, C++ vs. Java!

DZone

One, by researching on the Internet; Two, by developing small programs and benchmarking. There were languages I briefly read about, including other performance comparisons on the internet. Considering all aspects and needs of current enterprise development, it is C++ and Java which outscore the other in terms of speed.

Java 207
article thumbnail

Application vulnerabilities: Important lessons from the OWASP top 10 about application security risks

Dynatrace

To avoid these problems, set up automated DevSecOps release validation and security gates so that no insecure code progresses to production. Continuously monitor applications in runtime for known vulnerabilities and prioritize patching based on criticality: for example, adjacency to the internet and/or critical data.

article thumbnail

The Speed of Time

Brendan Gregg

The broken Java stacks turned out to be beneficial: They helped group together the os::javaTimeMillis() calls which otherwise might have have been scattered on top of different Java code paths, appearing as thin stacks everywhere. Without NMI, some kernel code paths (interrupts disabled) can't be profiled.

Speed 52
article thumbnail

Stuff The Internet Says On Scalability For July 20th, 2018

High Scalability

Cliff Click : The JVM is very good at eliminating the cost of code abstraction, but not the cost of data abstraction. Don't miss all that the Internet has to say on Scalability, click below and become eventually consistent with all scalability knowledge (which means this post has many more items to read so please keep on reading).

Internet 121
article thumbnail

Improving JavaScript Bundle Performance With Code-Splitting

Smashing Magazine

Improving JavaScript Bundle Performance With Code-Splitting. Improving JavaScript Bundle Performance With Code-Splitting. It’s a common misconception that the code which is produced by the framework build tools (Webpack, for example) is fully optimized and cannot be improved upon any further. The answer lies in code-splitting.

Code 89