This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Parallel processing in index.lp
#6
Web server is a single OS process but it can handle multiple concurrent requests.

Since LM has a single core CPU nothing can truly happen in parallel. OS constantly switches between tasks but only a single task can actually be doing something at any time. grp calls are also processes one-by-one by any process that is listening to the object value changes.

As I've already mentioned if you have a lot of object updates your first bottleneck is the overhead that comes with using HTTP requests. From my tests LM can handle around 20..30 object writes per second via remote services. But that consumes quite a lot of CPU resources.
Reply


Messages In This Thread
Parallel processing in index.lp - by achang - 26.04.2022, 09:27
RE: Parallel processing in index.lp - by admin - 28.04.2022, 07:16

Forum Jump: