FubarDevelopment / QuickGraph

Fork of https://quickgraph.codeplex.com/
Microsoft Public License
9 stars 2 forks source link

CP-21278: static graph on ASP.NET module/handler #116

Open fubar-coder opened 6 years ago

fubar-coder commented 6 years ago

From unknown CodePlex user on Monday, 01 August 2011 16:49:18

Having a static graph object within a ASP.NET environment it seems that the graph cannot be used a second time. A graph should be usable as input for an algorithm such as dijkstrashortest on other requests. It seems that a static graph after the first request is not valid for usage within an algorithm. ASP.NET doesn't find any result? (Key not found errors). What happens to a graph when asp.net closes the response? Is there a way to keep the graph valid within an asp.net environment?