article thumbnail

Frameworks Round 6

TechEmpower

In preliminary tests, we experimented with more requests per pipeline but doing so caused socket write buffer overflows. The wrk tool was later enhanced to allow larger write buffers, but we ultimately decided to retain a 16 requests per pipeline test configuration. This seems implausible on the surface, but it''s repeatable.

Framework 521
article thumbnail

How to Get Busy People to Take Action When You Send an Email

Both Sides of the Table

On my most important ones I spend as much time figuring out what to cut out as I do putting into the writing of it. Many people write email without a “call to action” or reason they’re writing the email. Write to one person at a time. This is critical and was the reason I sat down to write this post.

Email 415
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

Everything about Java 8

TechEmpower

At the time of this writing, Java 8 development is still very much in progress. The List interface is an example. Here are a few examples of lambdas: Comma-separated list of inputs with specified types on the left, a block with a return on the right: (int x, int y) -> { return x + y; }. So, why not allow this?

Java 560
article thumbnail

Don’t Sweep Feedback Under the Rug

Both Sides of the Table

I next write a paragraph to describe what I mean by each comment. I then make sure to flavor it with examples that I have throughout the year. If you don’t have a single example of an instance that proves your point then leave it out. Shame on you for having an area of strength or weakness without a real example.

Startup 297
article thumbnail

Why Titles Matter a Lot if You’re a Blogger

Both Sides of the Table

When I first started writing this blog several years ago I had less followers than you have right now. But the realist in me knew I couldn’t write daily nor could I convince you to think to check out my blog with regularity. In the above example it’s why I added “Here’s Why” to the end.

Writing 326
article thumbnail

Document Your MVP for a Developer

SoCal CTO

You likely are writing your first one of these. For example, if you are trying to determine viral coefficient (see Startup Metrics ), then the focus should be around those aspects of the MVP. Examples: [link] [link] Product Feature List Create a prioritized high level product feature list (see Product Backlog ).

article thumbnail

Frameworks Round 5

TechEmpower

Additionally, we have added a new test type focused on writes, wherein a variable number of database updates are executed per request. MySQL with MyISAM was substantially faster at writes than with InnoDB, but the official Round 5 results are using InnoDB. This is Round 5, but it''s only the first round with Windows results.

Framework 524