Hal E. Fulton wrote:

>Cool. Why don't you put it in the RAA?
>How long is it, anyway?
>
58 lines. Not counting:

server=PreforkedSocketServer.new(10, 20, 3102) { | client |
    client.print "hi\n"
}

server.run

Darrin