Index: [thread] [date] [subject] [author]
  From: KC5TJA <kc5tja@topaz.axisinternet.com>
  To  : ggi-develop@eskimo.com
  Date: Thu, 10 Sep 1998 10:23:48 -0700 (PDT)

Re: SYNC mode should go

On Thu, 10 Sep 1998 becka@rz.uni-duesseldorf.de wrote:

> So please think about what I said above and decide wisely. I do not want to
> play dictator here, so I leave it to the list.

How about just making libggi default to async mode, and leaving the sync
stuff there?  Also, one should REALLY try to clean up the sync code if it
muddles around with SIGALRM.  How something like this:

	...
	ggiSetMode( SYNC, SIGUSR1 );	<-- Specify manually which signal
to use!
	...

This way here, the programmer can designate which signal to use for sync's
timing....

==========================================================================
      KC5TJA/6     |                  -| TEAM DOLPHIN |-
        DM13       |                  Samuel A. Falvo II
    QRP-L #1447    |          http://www.dolphin.openprojects.net
   Oceanside, CA   |......................................................

Index: [thread] [date] [subject] [author]