Question on streaming practices

When it comes to streaming thousands of files, is it better to break the files up into separate resources or can I just put them all into one resource? I know I can put them all into one resource but I wanted to know if there was a difference in performance

I think this depends on the type of files (that’s if it makes any difference at all, and I have no clue if it does) but you could be streaming xmls, ymts, ydrs, ytds that are different files. YTDs and YDRs will show you the memory they use when the resource is started in the server console.

1 Like