Post Reply 
Multiple threads?
08-07-2017, 12:25 AM
Post: #1
Multiple threads?
I often like to test various algorithm inventions of mine on my calculator, and one thing I'd like to simulate is multiple threads. e.g. I have a new encryption algorithm, but the complex part of it is the interaction between 2 devices. Simulating this involves running 2 programs at the same time, interacting with one another. I guess I could emulate it by running one function as the "transmit" device and any data sent is stored in a variable. Then I can call another function as a "receive" device, effectively implementing multiple threads by sequentially calling functions to simulate each step in a round robin configuration. I was just wondering if anyone has played around with this kind of functionality, implementing some kind of multiple threading on the Prime. Also if the HP guys on this forum could tell me, does the prime run multiple threading under the hood (like an RTOS or something)?????
Thanks in advance.
-Donald
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Multiple threads? - webmasterpdx - 08-07-2017 12:25 AM
RE: Multiple threads? - Carlos295pz - 08-07-2017, 03:23 AM
RE: Multiple threads? - webmasterpdx - 08-07-2017, 09:30 AM
RE: Multiple threads? - KF6GPE - 08-08-2017, 12:33 AM



User(s) browsing this thread: 1 Guest(s)