We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
3D maze in browser controlled by Small Basic
#56
Yes partly, but different users could also be sending to the server at the same time and the browser window(s) are also sending and receiving continuously to the server.

The change I mentioned in the post #41 was to with this - what it does is queue up server requests and handles them one a time in the order they appear at the server, so you are OK to send requests from any thread.

So there is no issue from the server's point of view, but if you use Timer threads you cannot be sure of the order of requests with respect to calls made on the UI thread, so my later examples moved away from using the Timer thread and uses the logic I mentioned in post #44.
Reply


Messages In This Thread
RE: 3D maze in browser controlled by Small Basic - by litdev - 02-06-2025, 09:58 PM

Forum Jump:


Users browsing this thread: 36 Guest(s)