dlopen()

2000-11-23 Thread Dmitry Sychov
Greetings. Is it safe to remove the *.so file after it is loaded into the process space and addresses to its functions are gotten? I've tested this and have no problems so far. I need this to implement the "hot swap" of the dynamic loading libraries. Thanks, Dmitry To Unsubscribe: send mail

close(), shutdown() behaviour when SO_LINGER is set.

2000-11-18 Thread Dmitry Sychov
Greetings!   I'am developing the single thread http server which uses kqueue/kevent for both sockets and async file reads. It works just fine and I thought I 'd be able to do all the stuff with one thread until it comes to proper socket closing.   As far as I understand the only way for se

aio_read() broken functionality.

2000-11-09 Thread Dmitry Sychov
Greetings.   According to manual the aio_offset field of the "aiocb" structure is ignored in the aio_read() call. So one can read the file only from beginning. Very bad for me. :-(   Will this bug be fixed in FreeBSD 5.0?   Thank you! Dmitry