seek this file in your axis2/c kit "echo_non_blocking_dual.c" not under samples but user guide clients ... J
And Axis2/C is at version 1.6.0, and the trunk sources have entries from January 2013, so there is work going on. i.e. http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk/src/core/transpo rt/http is brand new. Josef Von: zack Hasit [mailto:zackha...@gmail.com] Gesendet: Dienstag, 19. Februar 2013 02:45 An: c-user@axis.apache.org Betreff: Axis 2C embedded server Hi, I am planning to use Axis 2C. Could someone please help answer this. 1. Is the standalone http server (simple http server) good for production situation? I ask because it maybe for for testing purposes only. Any performance concerns with it ? 2. Is Axis being maintained actively ? I ask because there hasn't been a new release since 2009 ? 3. I need to break request and response in two separate functions. Is that possible. In samples I see echo implementation where one method implements service and returns the node to send response. I don't want to send response on return but at a later time after I do do some other processing aynchronously. Is there any sample for that ? Please let me know if there is another place to ask this. Thanks