> On Tue, Mar 25, 2008 at 01:20:57PM +0100, [EMAIL PROTECTED] wrote:
>> Any insight / experience / pointers about this kind of problems would be
>> greatly appreciated as I've been looking into this problem for about a
>> week and I'm now running out of ideas.
>
> One thing i've stumbled upon when using Perl with pass_persist is
> Perls output buffer. Make sure you use something like:
>
>   # Disable output buffering.
>   use IO::Handle;
>   STDOUT->autoflush(1);
>
> or:
>
>   # Disable output buffering.
>   $| = 1;
>
> to disable the buffering of output to STDOUT.
>
> HTH,
>
>       Frank
>

Thanks for this but I used $| = 1; in the beggining of all perl scripts so
IMHO this is not a buffering problem.

Thanks

Olivier



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to