posix

Brian Moon's Blog: Check for a TTY or interactive terminal in PH...

PHPDeveloper.org  Fri, 09/02/2011 - 08:12

In a new post to his blog Brian Moon describes a need he had for detecting if the client or user calling a PHP script was using an interactive terminal (TTY) or not:


 

POSIX IO Must Die!

Linux Magazine: Top Stories  Tue, 03/02/2010 - 15:56

POSIX IO is becoming a serious impediment to IO performance and scaling. POSIX is one of the standards that enabled portable programs and POSIX IO is the portion of the standard surrounding IO.

But as the world of storage evolves with greatly increasing capacities and greatly increasing performance, it is time for POSIX IO to evolve or die.


 

POSIX v. reality: A position on O_PONIES

Linux Today  Mon, 09/21/2009 - 12:36

LWN.net: "Sure, programmers (especially operating systems programmers) love their specifications. Clean, well-defined interfaces are a key element of scalable software development.

But what is it about file systems, POSIX, and when file data is guaranteed to hit permanent storage that brings out the POSIX fundamentalist in all of us?"


 

HowTo Increase GFS2 Performance in a Cluster

Linux Today  Fri, 08/21/2009 - 01:33

Linux Dynasty: "In the last HowTo, I showed you how to setup GFS2 file system with Red Hat Clustering. I will now show you how to optimize the performance of your GFS2 mounts.

The gfs_controld daemon manages the mounting, unmounting, and the recovery of the GFS2 mounts. gfs_controld also manages the posix lock."