The video shows a prototype pathfinding app that can be used with object in Second Life and OpenSim. When the user presses the get path button a http post is made to a Java servlet that contains the start node, the finish node, and the current state of the map. At the moment the servlet can only do Breadth First Search. The Java servlet then build the path and then sends the correct path back to the object. The Java Servlet is running using the Google Apps Engine.
@daslolo This video is from my Opensim server instead of Second Life so I was running the Opensim server, the Opensim client, and the video capturing tool on the same laptop and this was the reason why it appears to be slow.
The response time from Google App Engine averages to about 30ms. I dont know excactly how much it is taxing the GAP but its negligible. I have a flocking algorythm app for 2nd Life running 24 hours a day and that only uses about 15% CPU time.
apocolyp4 1 year ago
it looks quite slow, how come ?
by the way how much is it taxing the GAP?
daslolo 1 year ago