apr_send has been locked

2015-02-06 Thread GHui
I code a simple server and client. But the server is locked at apr_socket_send. The server apr_socket_send is block. Any help will be appreciated. --GHui

Re: apr_getnameinfo get localhost

2015-02-03 Thread GHui
Thank you. That's did help me. -GHui -- Original -- From: Yann Ylavic;ylavic@gmail.com; Send time: Tuesday, Feb 3, 2015 5:18 PM To: GHuiugi...@gmail.com; Cc: devdev@apr.apache.org; Subject: Re: apr_getnameinfo get localhost Hi GHui, as you can see

apr_getnameinfo get localhost

2015-01-27 Thread GHui
I used the function apr_getnameinfo to get remote hostname. But it return localhost. I don't know why this happend. Any help will be appreciated. --GHui

Re: apr_getnameinfo get localhost

2015-01-28 Thread GHui
From: Jeff Trawick;traw...@gmail.com; Send time: Wednesday, Jan 28, 2015 10:26 PM On Wed, Jan 28, 2015 at 2:26 AM, GHui ugi...@gmail.com wrote: I used the function apr_getnameinfo to get remote hostname. But it return localhost. I don't know why this happend. Any help will be appreciated

Re: apr_getnameinfo get localhost

2015-02-01 Thread GHui
Is there any good news? Any help will be appreciated. --GHui -- Original -- From: ugiwgh;ugi...@gmail.com; Send time: Thursday, Jan 29, 2015 9:03 AM To: Jeff Trawicktraw...@gmail.com; Cc: devdev@apr.apache.org; Subject: Re: apr_getnameinfo get

Re: apr_getnameinfo get localhost

2015-02-02 Thread GHui
the command-line argument you used when testing your program. -Josh On Sun, Feb 1, 2015 at 7:17 AM, GHui ugi...@gmail.com wrote: Is there any good news? Any help will be appreciated. --GHui -- Original -- From: ugiwgh;ugi...@gmail.com; Send time

apr_socket_create in short connect

2015-04-15 Thread GHui
I use apr_socket_create in a short connect. And it takes up more and more memory as the program runs. Any help will be appreciated. --GHui

How to release apr_socket_accept memory pool

2015-08-19 Thread GHui
I code a server with apr_socket_accept and apr_pollset_poll. But apr_socket_accept and apr_pollset_add take up the memory pool. I cann't release or clear memory pool. So it take up more and more memory. Any help will be appreciated. -GHui

Re: How to release apr_socket_accept memory pool

2015-08-19 Thread GHui
On Thu, 2015-08-20 at 6:30 AM , Nick wrote: On Wed, 2015-08-19 at 19:02 +0800, GHui wrote: I code a server with apr_socket_accept and apr_pollset_poll. But apr_socket_accept and apr_pollset_add take up the memory pool. I cann't release or clear memory pool. So it take up more and more

apr_socket* server takes up more and more RES as it runs.

2015-07-29 Thread GHui
will be appreciated. GHui