Forum Discussion
3 Replies
- tstackFormer Employee
There might be a Content-Length available in the header of the binary document, but that can be hard to pull out and plumb through to where you would need it.
I think the DirectoryBrowser snap should report the file size, so it might be easier to pick it up from there before kicking off the FileReader.
Keep in mind that the pool size is an upper bound and it may not be reached, so you could set it something reasonable for your Snaplex size and pad it a bit.
Have you found that the increased pool size makes a difference in performance?
- jaspal_singhNew Contributor
Hi, Appreciate your help !!
Do you have any link/reference where I can see how we can use Directory browser snap to get the file size. I don’t see anything in snap description.Thanks!!
- jaspal_singhNew Contributor
Never mind!! I got it.
Thanks