Displaying 2 results from an estimated 2 matches for "echtzeit".
2005 Feb 13
2
3.0.11/MirOS password change problem
...decode_pw_buffer: check that 'encrypt passwords = yes'
MirOS is an OpenBSD derivate with a 64 bit "time_t" data type,
so there are all kinds of weird problems lurking around...
Thanks in advance,
//mirabile
--
> [...] Echtzeit hat weniger mit "Speed"[...] zu tun, sondern damit, da? der
> richtige Proze? voraussagbar rechtzeitig sein Zeitscheibchen bekommt.
Wir haben uns[...] geeinigt, dass das verwendete Echtzeit-Betriebssystem[...]
weil selbst einfachste Operationen *echt* *Zeit* brauchen. (aus d.a.s.r)
2003 Jan 11
3
Multithreading
Hi.
I need to execute a function from within a GUI.
This seems to be no problem but this function takes about 4 minutes to
finish, which means the application doesn't react at all, while the
function is running.
Can I execute a function as a separate Thread, while keeping
control(e.g. a reference) of it at the same time?
If not, how do this with a class containing this function?
thanks,