Hi.

>>Well there is nothing in Glib that limits data to 998, it just keeps
>>reading and extending the buffer until it gets EOF.  Better look at
>>the PHP side some more and how you are transferring the data.
>
> Can't be this because I have substitute my script for a echo with
> thousands of letters and just 998 have been read by
> g_io_channel_read_line and g_io_channel_read_end.

Have you tried substituting your PHP script with some other source of
data? Or maybe try reading data in chunks of 100 chars to see if this
makes any difference.

Tadej

-- 
Tadej Borovšak
tadeboro.blogspot.com
tadeb...@gmail.com
tadej.borov...@gmail.com
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to