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

Content added Content deleted
No edit summary
m (Added a more complex task to threading)
Line 36: Line 36:
* Socket I/O (TCP or UDP sockets)
* Socket I/O (TCP or UDP sockets)
* 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)
* Iterating over elements in a collection
* Iterating over elements in a collection
* Simple DB connection and queries.
* Simple DB connection and queries.