comp.lang.ada
 help / color / mirror / Atom feed
* Performance of many concurrent delay() calls
@ 2016-11-07 18:52 Olivier Henley
  2016-11-07 19:04 ` J-P. Rosen
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Olivier Henley @ 2016-11-07 18:52 UTC (permalink / raw)


Hi to all,

Does calling [loop and delay(1.0)] for each of many thousand connected clients (gnoga/simple components) is a huge performance hit or not?

If so, what is the recommended way to implement a periodic, every sec, procedure that has to run for every clients; instantiate a single main task looping, delay(1.0), over all connections data and call the wanted procedure... probably?

Thx. 


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-11-09 23:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-07 18:52 Performance of many concurrent delay() calls Olivier Henley
2016-11-07 19:04 ` J-P. Rosen
2016-11-07 19:13 ` Olivier Henley
2016-11-07 20:57 ` Dmitry A. Kazakov
2016-11-07 21:30 ` Florian Weimer
2016-11-07 22:42 ` Jeffrey R. Carter
2016-11-09 15:50 ` Olivier Henley
2016-11-09 23:15   ` Jeffrey R. Carter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox