bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] Multiprocessing and remote processing committed to CVS


From: Joern Thyssen
Subject: Re: [Bug-gnubg] Multiprocessing and remote processing committed to CVS
Date: Sat, 31 May 2003 09:34:35 +0000
User-agent: Mutt/1.4.1i

On Sat, May 31, 2003 at 03:52:14AM +0200, Olivier Baur wrote
> 
> Could you try it on a multiprocessor machine or with remote slave 
> hosts? (in tty mode)

Some ideas for improvements:

* you can use ExternalSocket in external.c for creating the socket. It
  understands address/port combinations, e.g., "localhost:10000" or
  "127.0.0.1:10000". That is a bit more general than having a world-wide
  port number defined by "set pu remote port 10000". Also , it allows
  the user to input DNS names instead of IP addresses.

  The inAddress in pu_info has to be replaced with a, say, char(100). I
  can do the necessary changes if you like!

* analysis might be a future target for parallelisation: the analysis of
  each individual moverecord can be done independently (the notable
  exception being MOVE_DOUBLE/MOVE_TAKE/MOVE_DROP), thus, relatively
  easy to parallelise.

Jørn




reply via email to

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