0

I am in the process of rolling out a touchscreen display system that uses Win 7 Home, IIS, SQL 2K8R2 Express all running on an Intel Atom platform.

I am finding that images (served straight from disk , or resized via aspx) are slow to load, we have beefed up or test atom with 2GB ram and a half decent SSD, but its still no where near as snappy as I'd like.

When I run the same code on a standard desktop PC running the same software it flys, is there some trick to making atoms serve up data nice and fast as people are using them as NAS boxes, so throughput can't be an issue for them.

or am I going to be looking at moving away from the atom platform (would be a shame as the nettops fit our stands nicely.)

8
  • If you open the images directly (i.e. not through IIS) do they open reasonably quickly? Which Atom processor are you using?
    – James P
    Commented Apr 6, 2011 at 12:14
  • opening the images in picture viewer is nice and snappy, the CPU is the D525 (pineview), the machine itself is a Nettop nT535 Commented Apr 9, 2011 at 16:17
  • Just to be clear, is the same box being used to access the site? Do you have any special firewalls or anything installed?
    – James P
    Commented Apr 11, 2011 at 9:02
  • The site is hosted on localhost, firewalls are off, we have installed the loopback adapter to see if that improves things but its still slow with images. Commented Apr 11, 2011 at 10:20
  • Do you have anti-virus software installed and if so then have you tried temporarily disabling it?
    – James P
    Commented Apr 11, 2011 at 10:28

0

You must log in to answer this question.

Browse other questions tagged .