Commit Graph

20 Commits

Author SHA1 Message Date
R. Tyler Croy 81445f2682 Ignore the obj/ directory 2013-03-24 18:34:55 -07:00
R. Tyler Croy 8d556f678e Add a simple readme 2013-03-24 18:34:34 -07:00
R. Tyler Croy 5ae889f380 Properly handle EAGAIN for epollecho 2013-03-24 18:26:02 -07:00
R. Tyler Croy 1836864f53 Properly receive connections for epollecho, still WIP
Not currently handling EAGAIN on the socket we're reading data from
2013-03-24 18:11:48 -07:00
R. Tyler Croy 6f7d8d3cd0 Add some beginning work to make an epoll(7) based echo server 2013-03-24 17:15:43 -07:00
R. Tyler Croy 889546daab Add the rest of the echo multitasking example, now without leaking tasks! 2013-03-09 12:17:54 -08:00
R. Tyler Croy 740677b54e Add a dynamic task-per-connection echo server 2013-03-02 22:00:30 -08:00
R. Tyler Croy c00e177d4e Add a simple twitter streaming client to hit the sampled statuses stream
Usage: ./twitstream <user> <pass>
2011-08-17 23:39:32 -07:00
R. Tyler Croy 8f6ff5cb12 wip task pooling 2011-08-04 15:35:22 -07:00
R. Tyler Croy 1b15371767 Update this stupid makefile 2011-07-26 22:31:06 -07:00
R. Tyler Croy 768bb1aad8 Add a simple ignore 2011-07-26 22:30:06 -07:00
R. Tyler Croy ca29c28606 Add a simple tasking-based echo server 2011-07-26 22:28:28 -07:00
R. Tyler Croy a60e23b1e2 Add a simple (single threaded) echo server 2011-01-30 12:02:48 -08:00
R. Tyler Croy d5c85b63e7 Add a simple test of tasking 2011-01-30 10:26:10 -08:00
R. Tyler Croy 130b955556 Add a simple set of AUnit tests to experiment with Ada unit testing 2010-11-08 11:08:01 -08:00
R. Tyler Croy fb50ac0650 Add a stupid-simple Makefile 2010-11-07 21:38:35 -08:00
R. Tyler Croy 06eb9f7b5b Small experiment in reading a file and dumping it out, one character at a time :( 2010-10-30 11:09:17 -07:00
R. Tyler Croy c4a8de224d Add ignore file 2010-10-28 20:35:39 -07:00
R. Tyler Croy 1d2ec121bb Add a simple hello world
`gnat make hello.adb`
2010-10-28 20:35:14 -07:00
R. Tyler Croy ff65b5d09c initial commit 2010-10-28 20:31:17 -07:00