Re: [Cppcms-users] Concurrent download question
Brought to you by:
artyom-beilis
From: Artyom B. <art...@gm...> - 2016-03-27 06:51:53
|
> The files are on filesystem. How should I do IO to ensure maximum > concurrency? Is there any example available for this? I would be > grateful for any help. > Can you explain what exactly the issue you are having or problem you expect? In general CppCMS saves the files if they are big enough using file system otherwise keeps them in memory you can control the thresholds via config or dynamically in CppCMS 1.2. So what exactly the problem you expect? Artyom |