Reply to thread

Yes i understand


The big problem is that the dev send a MPI FIle with all file so the server will must decompress it if we must implement it so ressource will be used a lot...


or a exemple a standart plugin do ~500ko(by zipping 50ko), a skin, about 25Mo (for exemple, bluetwo in 23mo by zippin it => 14) so you must tell me it now because it chang a loot of thing


If the user must download all file or just MPIfile


All file :

Take space and transfer error. (server must send more file and Ko)

But easy for user and only changed file updated after some server send not more


MPI :

Easy transport (1unique file) Space is more optimised (zip compress)

But each update must be downloaed totaly


...


Top Bottom