Hi all, Is it possible to do any form of communication between two applications running in SE mode?
I know we can span two apps with the se.py script with -c "app1;app2", but if one of these apps try to use syscalls like shmget() or shmat() simulation does not work because the syscalls are not implemented. I could simulate the communication between threads (with pthreads), but I'd like to do it with different processes (with separate memory spaces). Is there any way do to it? Am I obligated to use the FS mode in this case? Thank you. --- Pedro Becker. _______________________________________________ gem5-users mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
