I need to communicate (huge data & status) between two processes ( one python another Qt/S60).
How can i transfer the data between these two? (apart from socket and file machinizam).
In subprocess.py file, for posix method (apart from Windowns) there is a call for os.fork(). As per my understanding fork is not available for symbian platform. Is it by mistake or still we can use it?
Please help me. I am new in PyS60.

Reply With Quote

