summaryrefslogtreecommitdiff
path: root/test.pl
AgeCommit message (Collapse)AuthorFilesLines
2012-02-19Implemented new proto + fixed many bugs; doc: Updated proto/JSONYorhel1-11/+36
2012-02-19s/response/reply/g + added a link test that currently still failsYorhel1-4/+24
2012-02-16Remove 'reply' argument + added return-path functionalityYorhel1-10/+19
The 'reply' thing is more typing overhead than it is worth. Especially since the return-path functionality uses Perl's GC to automatically close the return-path when no sessions have a reference to the object anymore. A session can simply not read the second argument of the tuple-callback to close the return path. (This does mean that the path will stay open for as long as the function is running, but that doesn't matter anyway in a single-threaded application.)
2012-02-16Use AnyEvent::postpone() to make tuple dispatch asynchronousYorhel1-0/+5
2012-02-16Started on a simple Perl implementation (using AnyEvent)Yorhel1-0/+78
Note that I'm not even actually using AnyEvent functionality at the moment. But no doubt I'm going to need it anyway.