G
Guest
Hi all,
i'm working on a simple TCP server-client query program whereby server takes
in an input query from the client, decodes it, and updates the datatable that
stores the data accordingly or returns the result of the query. There is a
datagrid on server whose datasource is the above datatable.
Whenever I receive a command to add a new row, the GUI of the server freezes
but other clients can still query the (updated) data as usual. And the GUI
returns back to normal once client that added the row disconnects from it.
Does anyone know what is wrong? I would gladly provide codes if needed but
won't do it in case I start flooding the forum.
Thank you in advance.
i'm working on a simple TCP server-client query program whereby server takes
in an input query from the client, decodes it, and updates the datatable that
stores the data accordingly or returns the result of the query. There is a
datagrid on server whose datasource is the above datatable.
Whenever I receive a command to add a new row, the GUI of the server freezes
but other clients can still query the (updated) data as usual. And the GUI
returns back to normal once client that added the row disconnects from it.
Does anyone know what is wrong? I would gladly provide codes if needed but
won't do it in case I start flooding the forum.
Thank you in advance.