help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Any way to disable the "Alarm clock"?


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Any way to disable the "Alarm clock"?
Date: Mon, 17 May 2010 08:12:51 +0200

> Yes, eventually.. The script traverses the current filesystem and for
> each real file executes a commmand using the 'system' call and
> builds a stream pipe to analyze the results.  It can take quite some
> time for this to occur depending on the number of files to analyze.

Maybe it's a race that occurs after forking... I need to read some
manpages or make an equivalent minimal C testcase.

> P.S.  Is there a good way to do something akin to C's sscanf()
> stuff in Smalltalk.  The stream classes don't (at first glance)
> appear to make breaking apart lines easy/efficient...

I suppose you can use regexes on each line.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]