This is consistent with previous research on online communication, says Scott Caplan of the University of Delaware in Newark, who suspects that heavy users of sites such as Digg and Twitter may have similar characteristics. "People who prefer online social behaviour tend to have higher levels of social anxiety and lower social skills," he says.
- See-ming Lee
Kudos to the gmail team for the recent improvements on labels UI - now much more manageable and usable :)
This Multi-Processing Module (MPM) implements a non-threaded, pre-forking web server that handles requests in a manner similar to Apache 1.3. It is appropriate for sites that need to avoid threading for compatibility with non-thread-safe libraries. It is also the best MPM for isolating each request, so that a problem with a single request will not affect any other.
- See-ming Lee