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 _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
