Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: Library for realtime graphs in perl.

by tobyink (Canon)
on Oct 17, 2018 at 12:51 UTC ( [id://1224159]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Library for realtime graphs in perl.
in thread Library for realtime graphs in perl.

I don't think ten images per second is unreasonable. Of course, it depends on the amount of CPU you can dedicate to it, the complexity of the images, and how efficiently your code is written, but this article talks about GD generating an image in 0.003110 seconds and some digging in the Wayback Machine indicates that those numbers are from over ten years ago; on a modern CPU it should be faster. (The article was a test of the PHP bindings for LibGD, but it's the same underlying C library, so I don't see any reason why the Perl bindings would be significantly slower.)

  • Comment on Re^3: Library for realtime graphs in perl.

Replies are listed 'Best First'.
Re^4: Library for realtime graphs in perl.
by tobbes (Acolyte) on Oct 17, 2018 at 13:23 UTC
    Might be worth investigating then, thank you.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1224159]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-25 10:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found