help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] [Q] [EchoServer] Forked process does not work


From: Robin Redeker
Subject: Re: [Help-smalltalk] [Q] [EchoServer] Forked process does not work
Date: Fri, 27 Oct 2006 12:23:59 +0200
User-agent: Mutt/1.5.11+cvs20060403

On Fri, Oct 27, 2006 at 03:38:56PM +0900, Sungjin Chun wrote:
> Hi,
> 
> Attached file is modified version of Robin Redeker(Thanks :-). And
> during some experimentation I found something wierd in GST.
> 
> If I replace SocketTest>>start with [self run] fork, then this server
> does not work. If client connected, nothing happens, I have to do
> something on prompt like 'a' printNl!, which seems that only foreground,
> input processing process does receive enough cpu time cycle.
> 

I've experienced something similar when using the gst command line REPL
with something like this: Smalltalk at: #x put: ([SocketText start] fork)!
But the server reacted when i pressed return sometimes on the REPL, so
that the promt refreshes.

cu,
Robin




reply via email to

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