A question on Symbian Servers
| Tue, 2005-06-07 07:47 | |
|
|
Hi All I need to know one thing
In Symbian we have Server processes like RFs,Message Server ,Windows Server etc which are running in background providing various services to our applications and the system applications. Now if my application or some other application causes some server process to stop and I get a message like Messaging Server Closed Then what is the action taken by the OS to restart the server process.?? Or the server process starts after sometime all by its own?? Or the OS uses some polling mechanism?? Any Ideas |






Forum posts: 1379
Point is the OS provides non of it for free, if you want your server to respawn, you have to do it.
didster
Forum posts: 78
Girish
Forum posts: 94
Vivek Chopra
Forum posts: 78
The problem according to me is as both the applications are trying to communicate to the POP3 server via the same port 110 a contention is occuring making the server confused with different requests at same time. So I want to do synchronization b/w these two applications making sure only one application rus at a time .Any ideas how to acheive this??
Girish