Re: Threads, Client server model and wodssh - WeOnlyDo Discussion board

Re: Threads, Client server model and wodssh (General questions)

by stelios, Monday, March 06, 2006, 13:19 (6634 days ago) @ wodSupport

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: