in php you have readfile that's faster than reading file "by hands", since kernel send it direct via network block devices at linux may have a cache at kernel, i think it's faster than a memcache cache system, but you do what you want with this information :)
2014/1/21 Roberto Spadim <[email protected]> > you can store parts of the video, for example the first 1minute since some > guys just look the start of the film > maybe you could use a key like "video hash" + "video part", and a program > know what key to use if it's not inside memcache, read from a file or a > database and send to client > > > 2014/1/21 Brian Moon <[email protected]> > >> Storing things that large in memcached is usually a bad idea. If you are >> thinking of "storing" anything in memcached it is usually a bad idea. >> Memcached is just a cache. It is not a storage system. >> >> Brian. >> -------- >> http://brian.moonspot.net/ >> >> On 1/21/14, 4:48 , indrajith m wrote: >> >>> hi >>> how to store video inside memcache >>> please help >>> >>> -- >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "memcached" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> -- >> >> --- You received this message because you are subscribed to the Google >> Groups "memcached" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Roberto Spadim > -- Roberto Spadim -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
