in reply to Re^3: Inline C + IO::Handle
in thread FCGI + Inline::C fast stream out!
but it still not work :( Perl "print $out 'TEXT';" work perfect but C "my_print" dot put chars to fastcgi stream. PerlIO_puts return -1 and errno set 9 (Bad file descriptor)void my_print(PerlIO *f) { PerlIO_puts(f,"abcdef"); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Inline C + IO::Handle
by gone2015 (Deacon) on Apr 15, 2009 at 18:00 UTC | |
|
Re^5: Inline C + IO::Handle
by ikegami (Patriarch) on Apr 15, 2009 at 16:46 UTC |