Jeff Graham wrote:
> Noticed that the Makefile for the library does not make a static lib.
> So I added one.
>
> Also, if you are using C++, don't forget to do the special
> extern "C"
> {
> #include <linux/aio.h>
> }
>
> to help the linker demangle the c calls.
I'll add this information to the FAQ and/or readme file.
>
> I built a test program ( morphed one from the ACE library) and it is working.
> It
> does file i/o though.
>
> Does anyone have a test for sockets or serial ports?
There was a program that used sockets from Christopher Smith.
Have a look at the mail archives:
http://oss.sgi.com/projects/kaio/archive/kaio.9912
I think the program was used to simulate a http server, IIRC.
May be Chris can expand on it?
regards,
--------------------------------------------------------------------------
Rajagopal Ananthanarayanan ("ananth")
Member Technical Staff, SGI.
--------------------------------------------------------------------------
|