- When trying to register a large number of scans (>15), loading all scans into memory
is a time consuming and memory intensive task.For machines with limited memory this
is a problem.It might be useful to look at a client server approach to scan
registration where a scan server is responsible for serving scans. The server could reside on
a machine with high memory or it could possibly be a distributed system of servers on several
machines. A client would query the servers for scans whenever needed to perform registration.
|