Query About Client Server Framework in symbian
| Sat, 2008-02-02 00:38 | |
|
Hi All, I have the following query regarding the client server framework in Symbian: Let Suppose Session is established between Client and Server. Now when Client sends any request to server, It will be called ServiceL of } If any body has idea , Please mail the reply. |
|






Forum posts: 140
No.
Do Some investigation - CServer is derived from CActive so every session uses the CServers's ActiveObject framework which is not pre-emptable so the calls in the ServiceL function needs to be short running unless it is made asynchronous.
Paul Todd