Re: freeBSD 7.0 supports ACE Proactor?

2008-09-18 Thread Ivan Voras
Mungyung Ryu wrote:
  freebsd-questions@freebsd.orgHi freeBSD users,
 
 I've developed couple of server applications on Windows platform with ACE
 Proactor
 and it worked quite well. But, because of the expensive Windows Server,
 I wanna move to Linux or freeBSD.
 
 Recently, I'm considering to build a server application on freeBSD but the
 important issue
 is whether the freeBSD supports ACE Proactor framework.
 I googled about it and Linux doesn't support it well because Linux doesn't
 support AIO (asynchronous I/O) on socket.
 Moreover, most of the ACE professionals recommend to use Reactor framework
 on Linux.
 
 My questions is..
 
 1. freeBSD supports AIO on socket?

Yes.

 2. I can use ACE Proactor on freeBSD 7.0 without any problem? Is it stable?

Probably nobody tried to use it before. I haven't heard about it before
but it looks like it's a IO library. If you can port your code to
libevent (http://monkey.org/~provos/libevent/) it would be much better
supported on both FreeBSD and Linux.



signature.asc
Description: OpenPGP digital signature


freeBSD 7.0 supports ACE Proactor?

2008-09-17 Thread Mungyung Ryu
 freebsd-questions@freebsd.orgHi freeBSD users,

I've developed couple of server applications on Windows platform with ACE
Proactor
and it worked quite well. But, because of the expensive Windows Server,
I wanna move to Linux or freeBSD.

Recently, I'm considering to build a server application on freeBSD but the
important issue
is whether the freeBSD supports ACE Proactor framework.
I googled about it and Linux doesn't support it well because Linux doesn't
support AIO (asynchronous I/O) on socket.
Moreover, most of the ACE professionals recommend to use Reactor framework
on Linux.

My questions is..

1. freeBSD supports AIO on socket?

2. I can use ACE Proactor on freeBSD 7.0 without any problem? Is it stable?

-- MK
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]