Generally I would never expect to see those 2 words together in the same sentenc, however im working on a project that requires me to do simple pathfinding on multiple roads and I'm just trying to work out the best way to do it.
I was originally thinking of having a few wcf services that could accept an origin and destinations do the work there and send back results. However the data is all in a db, so ideally I need all the routes in memory or it would be dog slow, can I do that?