In message <[EMAIL PROTECTED]>, "chen
 xiaoyong" writes:

>Hey guys,
>  I'm thinking about big flv files in varnishd. Now,many web sites support
>video, Typically,  these files more than 5M.

There is no intrinsic limit on object size in varnish, but it is not
particular geared towards such use.  The major stumbling block is that
Varnish will fetch the entire file from the backend before starting
transmission to the client.

>  I don't konw what's better ..  split file in function fetch_straight ?
>or do nothing , set up tcp parameters?

I'm not sure I understand what you're trying to say here ?

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.
_______________________________________________
varnish-dev mailing list
varnish-dev@projects.linpro.no
http://projects.linpro.no/mailman/listinfo/varnish-dev

Reply via email to