Glennix glennix wrote:

> hi. 
> 
> please pardon me for my probably ignorant question.
> ^_^
> i'm writing a small IM(http for that matter)
> proxy/filter and i'm having problems handling binary
> data like images.   they load very slowly if not at
> all. i tried using binmode in my handle but still
> encountered the same problems. 
> 
> how do i go about this?

UNIX isn't affected by binmode.  You'll need to supply some code
for any help.  You could also try profiling your code and see
where the time is being used.  Chances are you're getting a timeout
somewhere.
_______________________________________________
Perl-Unix-Users mailing list
Perl-Unix-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to