octave-maintainers
[Top][All Lists]
Advanced

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

Re: IPC Functions


From: William Demchick
Subject: Re: IPC Functions
Date: Tue, 24 Aug 2010 08:52:17 +1200

> sockets.cc does not seem to integrate with Octaves stream system, so
> I'd guess it will never get into core Octave ...

I actually have had some pretty good luck with getting a newly-written
socket.cc to integrate with the Octave stream system.  At least
functions like fputs, fgets, and fclose are working relatively
normally.

William Demchick

On Tue, Aug 24, 2010 at 5:02 AM, Olaf Till <address@hidden> wrote:
> On Mon, Aug 23, 2010 at 07:47:07AM +0200, David Bateman wrote:
>> William Demchick wrote:
>>> I am currently working steadily on implementing various functions for
>>> interprocess communication (socket, bind, connect, ...), as suggested
>>> in the current PROJECTS file.
>>>
>>> So far, I seem to be getting things to work well.  However, I would
>>> still appreciate any information that might be helpful.
>>>
>>> Thank you.
>>>
>>> William Demchick
>>>
>>>
>> Please check the octave-forge package
>>
>> http://octave.sourceforge.net/sockets/index.html
>>
>> The question is whether these functions should be made part of the core
>> of Octave as suggested by the presence of this idea in the PROJECTS file
>> or left as a separate package as currently.
>>
>> D.
>
> sockets.cc does not seem to integrate with Octaves stream system, so
> I'd guess it will never get into core Octave ...
>
> Olaf
>



reply via email to

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