Alexandre Potvin Latreille
Member since Oct 16, 2013
- Profile: /members/11333-alexandre-potvin-latreille.htm
- Comments: 4
Recent Blog Comments By Alexandre Potvin Latreille
-
Application Services vs. Infrastructure Services vs. Domain Services
Posted on Jun 2, 2014 at 4:29 PM
Hi Ben, I've also been quite interested to learn about application architecture lately and I think that reading a book like Implementing Domain-Driven Design by Vaughn Vernon would really help you to have a deeper understanding of all this complexity. From what I can see the architecture you are t... read more »
-
Streaming Secure Files Efficiently With ColdFusion And MOD XSendFile
Posted on Oct 22, 2013 at 5:26 PM
Hi Ben, I crafted a solution that seems to work based on my last idea. Have a look at the SO question I linked in a few comments above if you are interested.... read more »
-
Streaming Secure Files Efficiently With ColdFusion And MOD XSendFile
Posted on Oct 16, 2013 at 5:27 PM
I just thought about a different approach. Perhaps we could perform the HTTP request from ColdFusion to IIS by just cloning the current client request details and find a way to read from the http response stream write and flush to the client as we read from the stream. Basically ColdFusion would ju... read more »
-
Streaming Secure Files Efficiently With ColdFusion And MOD XSendFile
Posted on Oct 16, 2013 at 2:00 PM
Hi Ben, I faced an issue that I partially solved with the streaming process you described in http://www.bennadel.com/blog/1227-Using-ColdFusion-To-Stream-Files-To-The-Client-Without-Loading-The-Entire-File-Into-Memory.htm I wrote a SO question that defines the problematic which you can see at ht... read more »