Welcome to the cheapthreads group. This group is a forum for discussion of Cheap Threads, a portable C library for cooperative multitasking. The approach...
I just came home from vacation to find the first three members of the cheapthreads group, other than myself. Perhaps it's time to introduce ourselves. I wrote...
greetings Im using cheap thread in my project and i cant quite make as desired. problem description: one of my modules is a transparent bridge system. (a PC...
Comments below... ... I'm not sure what you're complaining of. You say that thread 2 runs. It's supposed to. That's what the scheduler does for you -- it...
The previous release of Cheap Threads (v2.5) introduced a reference-counting scheme to reduce the churning of memory associated with the delivery of messages. ...
Dear Sir Can you write more doc for funciton prototypes' parameters? Which make it more easy to use? Are there any more examples? Gordon From Hong Kong thx...
gordonwkf
gordonwkf@...
Aug 6, 2003 5:59 am
9
See response below... ... I tried to provide detailed documentation, but there's always room for improvement. Which parameters are you having problems with? As...
May be lessions of 1(thread) to 1(thread), 1 to many, manay to manay? Anyway, when I get time to read over your source code, I will provide some example for...
gordonwkf
gordonwkf@...
Aug 9, 2003 11:52 am
11
It would be nice to have examples of message-passing code, using the three different ways of passing messages: to a single thread, to a class of subscribed...
I have posted a sample program on the website, named demo1. It is the same sample program that I posted to this group a few weeks ago demo1. It is not linked...
I've been playing around with the Cheap Threads download package on FreeBSD using the GNU C compiler (gcc) and so far it seems great. However I really need to...
Oops. I forgot to include compilation guards in ct.h to ensure that the Cheap Threads functions are declared as extern "C" when you #include that header in a...
GREETINGS forgive me but I'm kinda new to multithreaded programming d=) I'm just wondering how to implement a user interface in a multithreaded programming...
You're asking about non-blocking IO, and the question is not at all trivial. For many forms of multithreading, there's no problem. One thread can perform...
I too was offered a "very" similar offer and it ended up as a hoax. Unfortunately, I lost $200 for this. ... Do you Yahoo!? Yahoo! SiteBuilder - Free,...
As list owner I have already deleted the message in question, along with a couple of earlier spams. That's why, if you look at the full message archive, there...
Hi! I was searching of some kind of "of target simulation" environment for embedded systems. We are using different kind of RTOS systmes for our products (PABX...
... wrote: <snip> ... better. What sort of improvement would you like to suggest? ... If a thread gets caught in an endless loop, there's nothing that Cheap...
The attachments are new prerelease versions of the files ct.h and ctsched.c, implementing a new function ct_return(). This function is intended to be called...
Greetingz all. Once again I have stumbled across a problem using the Cheap_Threads C-code in conjunction with my own C++ code. The story goes a bit like...
You can't call a C++ member function directly from C. In the case of a non-static member function, the compiler arranges to pass an additional parameter -- a...
I installed a new release of Cheap Threads that includes the new ct_return() function. I described this function in my posting of October 19. In brief, it...
After almost a year, I have finally updated the documentation on the Cheap Threads website to reflect the new ct_return() function. See my last couple of...
im a student im new to this library i need help to run multi tasking in C i need to process the data and simultaniously send it through serial port through a...
Depending on how you write to the serial port, Cheap Threads probably won't help you. The Cheap Threads web site mentions this point on the Pros and Cons ...
I recently stumbled across a website that says nice things about Cheap Threads. Well, I didn't exactly stumble on it, I was Googling. Anyway here's the URL...
Hi, I want to use the Embedded version of cheap threads in our software and it's a requirement that all our software is MISRA C compliant. Is Embedded cheap...
Is Cheap Threads MISRA compliant? In a word, no. Since I had never even heard of MISRA before I saw your post, I obviously have made no effort to comply with...