Newbie questions

Frank Fock Frank.Fock____t-online.de
Thu Mar 9 21:45:52 CET 2000


I have already thought about it. It is definitly desirable. May be I can
find a way for version 3.4.

Frank

Robert Story wrote:

>
> I had a similar question, but I don't want to use threads. Is there a
> way to expose the select loop? I'd like a main() that looks something
> like:
>
> main()
> {
> ...
>     while( true )
>     {
>        SetLocalFD( read_fds );
>        SetSNMPFD( read_fds );
>
>        select( read_fds );
>
>        ProcessLocalFD( read_fds );
>        ProcessSNMPFD( read_fds );
>     }
> ...
> }




More information about the AGENTPP mailing list