Hello everyone!

During the last year, I was busy writing an async I/O module, IO::Lambda, which I believe does the task of expressing callback-based I/O logic much more elegantly than it was ever done before, by using a different concept. The module includes async versions of DNS, SNMP, HTTP, and DBI (the cool part about DBI is that it can work asynchronously by using either forks, threads, or even a socket connection). It's a lot, but not as much a lot as I think I need. I'm planning to use IO::Lambda to write a new separate module for httpd, and possibly modules for ftp and irc too, but I don't have enough time for it all. Also I find it hard to determine the right balance for httpd, where the module ends, and where a httpd application begins. This is also a help call: if anyone wants to write new modules, or contribute to the development of the existing ones, please volunteer, that would be really greatly appreciated.

If you don't know where to start, there's documentation and examples. There's also a mailing list at io-lambda-general at lists.sourceforge.net, and in realtime I'm McFist on #perl.

Thanks!

Update: next version includes many (but not all) recommendations. I went for the low hanging fruit with small changes, larger changes in the structure of the manual are underway.

Next update: 1.03 It includes IO::Lambda::Mutex, as suggested by tilly - thanks!

Also, as promised, I made a wiki, where everyone is welcome to contribute.


In reply to IO::Lambda: call for participation by dk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.