Re: Threads, Client server model and wodssh (General questions)
Stelios,
I should ask you, why does your app freeze in the first place? How often are you executing commands? Several times per second? And responses, are they tooooooo large?
The fastest a command can execute is once every second (retrieve some traffic data for example)
Large transfers occur but are scheduled once every 60 seconds
(retrieve a 300 lines routing table for example -> route -n)
We get a steady 10kbit traffic peak for the every second requests which jumps to 100+ kbit when asking for large amount of data
But.. Who says that service will not block as well? What will make it so different than your current app?
Kreso
We are not sure at the moment where the problem is as we get erratic responces.
Either the VB timer seems not to generate events and thus not servicing the rest of the que or the entire app frezes .
We are trying to figure out if a particular command/code part causes the problem or its a VB/component problem.
Complete thread:
- Threads, Client server model and wodssh - Stelios, 2006-02-27, 08:09
- Re: Threads, Client server model and wodssh - wodSupport, 2006-02-27, 14:14
- Re: Threads, Client server model and wodssh - stelios, 2006-03-06, 13:19
- Re: Threads, Client server model and wodssh - wodSupport, 2006-02-27, 14:14