Remove 2004 Remove Code Remove Latency
article thumbnail

Expanding the AWS Cloud – An AWS Region is coming to South Africa!

All Things Distributed

The new AWS Africa (Cape Town) Region will have three Availability Zones and provide lower latency to end users across Sub-Saharan Africa. AWS has been an active member of the local technology community since 2004. It is our first Region in Africa, and we're shooting to have it ready in the first half of 2020.

AWS 167
article thumbnail

Jamstack CMS: The Past, The Present and The Future

Smashing Magazine

However, unlike the early days of the web, static sites are no longer limited to developers working in a code editor. Piecing together a website using a WYSIWYG editor and seeing the code it generated was a fascinating and educational experience that sparked an initial interest in web design. MovableType really was before its time.

Ecommerce 142
Insiders

Sign Up for our Newsletter

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

article thumbnail

bpftrace (DTrace 2.0) for Linux 2018

Brendan Gregg

Screenshot: tracing read latency for PID 181: # bpftrace -e 'kprobe:vfs_read /pid == 30153/ { @start[tid] = nsecs; } kretprobe:vfs_read /@start[tid]/ { @ns = hist(nsecs - @start[tid]); delete(@start[tid]); }'. Since I helped developed bpftrace, I'm aware of how fresh my own code is and how likely I introduced bugs. I wrote seeksize.d

C++ 105
article thumbnail

bpftrace (DTrace 2.0) for Linux 2018

Brendan Gregg

Screenshot: tracing read latency for PID 181: # bpftrace -e 'kprobe:vfs_read /pid == 30153/ { @start[tid] = nsecs; } kretprobe:vfs_read /@start[tid]/ { @ns = hist(nsecs - @start[tid]); delete(@start[tid]); }'. Since I helped developed bpftrace, I'm aware of how fresh my own code is and how likely I introduced bugs. I wrote seeksize.d

C++ 40
article thumbnail

SQL Server I/O Basics Chapter #1

SQL Server According to Bob

Microsoft SQL Server I/O Basics Author: ​​ Bob Dorr, Microsoft SQL Server Escalation Published: ​​ December, 2004 SUMMARY: ​​ Learn the I/O requirements for Microsoft SQL Server database file operations. © ​​ 2004 Microsoft Corporation. ​​ All rights reserved.

Servers 40
article thumbnail

SQL Server I/O Basics Chapter #2

SQL Server According to Bob

​​ The following ​​ code ​​ example ​​ shows ​​ the setting ​​ of ​​ values ​​ in ​​ illegal ​​ array positions. ​​ The target is set to 100ms if shutdown is in progress.

Servers 40