|
From: Ayodele T. <em...@st...> - 2003-10-22 04:58:51
|
I would like to use client requests to allow the application to communicate dynamically with the core. Is this possible? For instance, if a client is called from within a loop, I would like it to be executed multiple times rather than the once it appears to execute now. Ayo -- --------------------------------------------------------------- Ayodele Bolaji Thomas "Joy in the Morning" Ph.D. Candidate Electrical Engineering Computer Systems Laboratory Stanford University Ayo...@st... Support our troops. Support our country. Pray for Peace. \o/ "We succeed, not because of Affirmative Action, but in spite of the conditions that make it necessary" (ABE '98) "War may sometimes be a necessary evil. But no matter how necessary, it is always an evil, never a good. We will not learn to live together in peace by killing each other's children." Jimmy Carter '02 --------------------------------------------------------------- |
|
From: Robert W. <rj...@du...> - 2003-10-22 06:04:14
|
> I would like to use client requests to allow the application to=20 > communicate dynamically with the core. Is this possible?=20 >=20 > For instance, if a client is called from within a loop, I would like it t= o=20 > be executed multiple times rather than the once it appears to execute now= . This sounds wrong. It should execute multiple times like any other piece of code. Can you isolate the loop into a small test case? Regards, Robert. --=20 Robert Walsh Amalgamated Durables, Inc. - "We don't make the things you buy." Email: rj...@du... |
|
From: Nicholas N. <nj...@ca...> - 2003-10-23 08:52:59
|
On Tue, 21 Oct 2003, Ayodele Thomas wrote: > I would like to use client requests to allow the application to > communicate dynamically with the core. Is this possible? Yes. > For instance, if a client is called from within a loop, I would like it to > be executed multiple times rather than the once it appears to execute now. I don't understand what you mean. Where is this loop? Perhaps you could give an example. N |