文章分类 -  Perl

摘要:本文前面是用英文讲解perl的fork多进程基础知识,后面是中文详细讲解实例。Forking in perl is a nice thing to do, and for some it’s a hard thing to understand. It can be pretty easy to get lost especially since there are 100 ways to the same thing. I’m going to attempt to explain a little bit of the inner workings of fork() in Perl.Fi 阅读全文
posted @ 2012-09-12 23:21 luoxiake 阅读(6173) 评论(3) 推荐(0)