We started working with kamaelia recently at work and we're having
trouble right now working with threadedcomponents.  We have several
regular components which are added as child components to one big
"master" component.  We now need to add in a another component who
will run it's main function in a separate thread, so we created a new
threadedcomponent, and added that as another child component.  The new
component gets created just fine but for some reason it seems it's
main function is never actually called.  I can't figure out why since
aside from being a "threadedcomponent" instead of a regular one,
everything else is pretty much the same.  We even tried explicitly
calling activate() for the threaded component (though this wasn't
necessary with any of the other components).

Any ideas on why this isn't working?

PS - This may not have any effect on anything, but we're not using
graphline right now and are calling link several times to actually
link together the mailboxes of various components.  Could this keep
the threadedcomponent's main from starting?

-- 
You received this message because you are subscribed to the Google Groups 
"kamaelia" group.
To post to this group, send email to kamae...@googlegroups.com.
To unsubscribe from this group, send email to 
kamaelia+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/kamaelia?hl=en.

Reply via email to