>>tried delivering the gif via cfcontent directly???

Sure, it works, I have the CF_ tag to write the file, then CFCONTENT sends the file, 
but this means the file
must be written then read again for nothing. The overhead is significant.

What I want is return the gif image directly to the browser from the variable I have 
in memory without
unnecessary disk i/0.

If it was a cgi application, I'd just output to stdout from my C program:
cfcontent type="image/gif"
then the content of the image, and it works.

I even done it from a Clipper program, no problem.

I tried to do it from my CFX_ in C, but it does not work. I suspect CF is flushing 
what the CFX_ put
in the stdout and keeps it for its own use.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Reply via email to