The Windows server creates the thumbnails. Let's look at how to test
this out.
Create two folders, each with approximately 100 large (2-4 MB) JPEGs.
View the details but not the thumbnails.
Start Perfmon and remove all of the counters. Add the counter
PhysicalDisk: Disk Bytes/sec. Change the scale (under Properties >
Graph) to be from 0-10000. Open the first test folder and change the
view from details to thumbnails. You'll see a spike (its about 80-90
KBps on my box).
Change the view back to details and close the Explorer Window. Re-open
Explorer, point to the first test folder, and change the view to
thumbnails. Note that the disk Bytes/sec is relatively flat.
Add a second counter to the perfmon: Network Interface: Bytes Total/
sec.
Share out the second test folder. Open it from a Windows client,
viewing as details. Note the bytes that come off the disk and go over
the wire. It is very little at this point.
Now, from the Windows client, change the view to thumbnails. Watch
perfmon on the server. The bytes off the disk will be close to the
first test folder. The bytes across the wire will be relatively less.
Basically, all that is being sent over via CIFS is the thumbnail
image.
J Wolfgang Goerlich