> Le 13 nov. 2018 à 23:51, Michal Sudolsky <sudols...@gmail.com> a écrit :
> 
> Also if you are sending generated pdf files over network would not be better 
> to write them directly into memory and circumvent slow filesystem?

Thanks for your other discoveries about the failure to embed in some cases.
Regarding your hint about saving to memory for my use case (and though this is 
of topic), it generally makes sense but no it is not better for this use case. 
Produced files can be large, there is no advantage to pipe a single PDF of 
1000+ pages to memory (in addition to transient PoDoFo memory needs while 
building those files) before transmitting over the network. The disk save is 
negligible in regards to the network transmission and the network transmission 
used is optimised for pushing files anyway (virtual memory mapping of files to 
be sent). We have zero bottleneck there due to building PDF on disk.

-- 
Best Regards, Meilleures salutations, Met vriendelijke groeten,
Olivier Mascia




_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to