public marks

PUBLIC MARKS with tag multitasking

2013

Cooperative multitasking using coroutines (in PHP!)

by dzc & 1 other
A nice introduction to asynchronous multitasking in PHP using generators and coroutines.

2010

Êtes-vous multitâche ? Si oui, attention !

by rickydrier (via)
Les multitâches sont les personnes les moins efficaces. C'est le résultat de plusieurs expériences menées par le professeur Clifford Nass du département de psychologie de l'Université de Standford. Gérer en même temps un flux twitter, un flux facebook, répondre à quatre emails tout en lisant un article ou un regardant une vidéo, peut entraîner de graves troubles sur le plan cognitif.

2007

multitask - O2S Wiki

by pvergain
multitask allows [WWW] Python programs to use [WWW] generators (aka coroutines) to perform cooperative multitasking and asynchronous I/O. Applications written using multitask consist of a set of cooperating tasks that yield to a shared task manager whenever they perform a (potentially) blocking operation, such as I/O on a socket or getting data from a queue. The task manager temporarily suspends the task (allowing other tasks to run in the meantime) and then restarts it when the blocking operation is complete. Such an approach is suitable for applications that would otherwise have to use select() and/or multiple threads to achieve concurrency. multitask is [WWW] free software, distributed under the [WWW] MIT license.

2006

How Multitasking Kills Your Productivity

by overcominglaziness
Most people may THINK they're good at multitasking... but researchers have proven otherwise

PUBLIC TAGS related to tag multitasking

asynchronous IO +   bibliotheques +   brain +   coroutines +   creativity +   family +   future +   generator +   generators +   gtd +   im +   kids +   life +   lifehacks +   mind +   multitask +   networking +   php +   PHP 5.5 +   productivity +   psychology +   python +   thread +   time +   timemanagement +   tips +   usability +  

Active users

dzc
last mark : 11/03/2013 21:15

rickydrier
last mark : 02/02/2010 10:56

pvergain
last mark : 28/05/2007 14:53

adrpater
last mark : 11/12/2006 22:45

UpperDog
last mark : 22/10/2006 16:11

overcominglaziness
last mark : 23/09/2006 19:42

salvatore
last mark : 17/08/2006 20:32