On Tue, 20 Jun 2006, Henry Duan wrote:

> I want to port sofia to the system that doesn't support poll(). Is there any
> work related to this that I could refer? any suggestion is welcome!

See the 'su' module and especially sofia-sip/libsofia-sip-ua/su/su_wait.c. 
Poll() is just one interface we use. For Win32 we use 
WSAWaitForMultipleEvents(), and on UNIX systems we also have some code for 
the epoll() interface. So you'll need to modify su_wait.c to include a 
wait-on-events implementation that works on your system.

-- 
  under work: Sofia-SIP at http://sofia-sip.sf.net

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to