Rosetta Code:Village Pump/Suggest a programming task: Difference between revisions

Content added Content deleted
(→‎Unsorted: An other possible task pour COM client)
Line 43: Line 43:
* Creating a new thread and executing it
* Creating a new thread and executing it
** Doing a thread polling and ensure all thread are done could be a good idea also --[[User:Planestraveler|Planestraveler]] 13:39, 1 February 2007 (EST)
** Doing a thread polling and ensure all thread are done could be a good idea also --[[User:Planestraveler|Planestraveler]] 13:39, 1 February 2007 (EST)
*** Two new tasks related to threads have been added:
**** Simple Concurrency deals with thread (or task or co-process) creation
**** Synchronized Concurrency deals with two-way communication between threads as well as correct thread termination --[[User:Waldorf|Waldorf]] 9:07, 9 February 200 (MST)
* Iterating over elements in a collection
* Iterating over elements in a collection
* Simple DB connection and queries.
* Simple DB connection and queries.