Re: [Pgpool-general] Fwd: PGPOOL II 2.3.3 hang in ssl mode

2010-05-19 Thread Tatsuo Ishii
Thanks for the info. I have changed the source pool_stream.c as follows: #DEFINE READBUF 102400 #DEFINE WRITEBUF 819200 It solved the previous problem. Now image is uploaded. Before pgpool-II reading data from SSL layer, it checks the socket using select(2) to see if data is avilable.

Re: [Pgpool-general] Fwd: PGPOOL II 2.3.3 hang in ssl mode

2010-05-19 Thread Tatsuo Ishii
Thanks for the info. I have changed the source pool_stream.c as follows: #DEFINE READBUF 102400 #DEFINE WRITEBUF 819200 It solved the previous problem. Now image is uploaded. Before pgpool-II reading data from SSL layer, it checks the socket using select(2) to see if data

Re: [Pgpool-general] Fwd: PGPOOL II 2.3.3 hang in ssl mode

2010-05-19 Thread sean finney
hi guys, sorry, i have been busy with a few other things at work, and won't have time this week to look at anything pgpool/ssl related. if the problem persists through next week i should have some time... but it sounds like you might have already found something though :) sean On Thu,