-
-
-
cpp_tracer.rar
... lifetimes.log:
FUNC: void foo(), AV TTL: 00000xxxxx us (main.cpp, 000xxx)
TTL: 00000xxxxx us (THREAD ID: 0000xxxx)
******************************************************
Explanation of newly created lifetimes.log:
FUNC - function, whose lifetime we ...
-
-
-
ThreadUI.rar
this is a vb sample application, which describes thread and ui.
-
IKEAshopping.zip
IKEA shopping store is a distributed systems program , where there are customer threads, stock thread , clerk threads and these operate to assist the customer threads to shop and pay,, uses monitor
-
Ikea.zip
IKEA shopping store is a distributed systems program , where there are customer threads, stock thread , clerk threads and these operate to assist the customer threads to shop and pay,, uses monitor. Uses server and client communication.
-
-
-
ActiveObj.zip
... the active objects more cooperatively. The technic is very useful when an application wants to make it more responsive to the UI while keeping a long running task to run.
The sample code does not use thread. In stead, it uses active object to do it.
-