>
>          for (1..10000) {
>            $sc->{websocket}->send({text => $payload});
>          }
>

This is fundamentally flawed code. All your're doing here is building 10000 
websocket
frames and appending them one by one to a write buffer. No actual I/O is 
performed here and
lots of time wasted that could be spent doingother stuff concurrently.

--
sebastian

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to