Re: IO::Socket, or any IO

2006-09-09 Thread Audrey Tang
在 Sep 8, 2006 10:33 PM 時,Michael Snoyman 寫到: Thanks Audrey. I actually found that after writing that post. What I had wanted to do was write a threaded server, implemented in Perl 6 only (ie, including Perl 6 regexs). I got that working almost entirely, when I couldn't find any thread

Re: IO::Socket, or any IO

2006-09-08 Thread Audrey Tang
在 Aug 25, 2006 12:54 AM 時,Michael Snoyman 寫到: I was thinking of rewriting a little webserver program I wrote in Perl 5 using Pugs. I was wondering what the equivilent (if any) of IO::Socket is. I suppose I could use an external webserver and use CGI to get this working with IO, but my

Re: IO::Socket, or any IO

2006-09-08 Thread Michael Snoyman
Thanks Audrey. I actually found that after writing that post. What I had wanted to do was write a threaded server, implemented in Perl 6 only (ie, including Perl 6 regexs). I got that working almost entirely, when I couldn't find any thread implementation. I tried using fork() to get a same