Subject: Synchronous Operation
I have a project where the only thread needed, besides the UI thread, will be that of AgsXmpp.
Because of the asynchronous management of your library i am into many problems trying to solve locks.
I wonder, do you think it would be too difiicult to convert this into a synchronous one?
I saw how you handle sockets asynchronously and i think it could be managed synchronous from me.
DO you think i should try to make it synchronous or it will be too difficult?
Also, if i convert it to synchronous and Receive() data by using timers, what do you rhink about its speed?
Do you have any tips to give me about where i should look in order to make it syncrhonous (eg Socket and NetworkStream, elsewhere?)
Thanks in advance!
Because of the asynchronous management of your library i am into many problems trying to solve locks.
I wonder, do you think it would be too difiicult to convert this into a synchronous one?
I saw how you handle sockets asynchronously and i think it could be managed synchronous from me.
DO you think i should try to make it synchronous or it will be too difficult?
Also, if i convert it to synchronous and Receive() data by using timers, what do you rhink about its speed?
Do you have any tips to give me about where i should look in order to make it syncrhonous (eg Socket and NetworkStream, elsewhere?)
Thanks in advance!