Search Results

Search: Posts Made By: dgre0018
Forum: Programming 03-27-2010
4,197
Posted By dgre0018
re
do you think it's possible to have a process write the WINDOW to a file which multiple processes read from simultaneously ? I had tried to do this using shared memory by having the window kept in...
Forum: Programming 03-26-2010
4,197
Posted By dgre0018
UNIX Domain Sockets
Thanks for your help...very much appreciated...I'll try to learn some more about domain sockets as I'm not that familiar with the topic.

---------- Post updated at 04:38 AM ---------- Previous...
Forum: Programming 03-25-2010
4,197
Posted By dgre0018
the clients terminal device must cause the...
the clients terminal device must cause the 'server' process to register it within the server process and initialize a shared memory segment. I don't see the need for mutexing as the shared memory...
Forum: Programming 03-25-2010
4,197
Posted By dgre0018
Re
Hey guys thanks for your interest. The server program initializes game character structures and stores them in shared memory. The client side process listens for user input and modifies the game...
Forum: Programming 03-25-2010
4,197
Posted By dgre0018
Handling Multiple terminals
Hi,
Basically I've written a game in ncurses that supports multiple players. Each player has a process associated with him which shares a segment of memory in which the player's structures are...
Forum: Programming 03-20-2010
1,761
Posted By dgre0018
Memory sharing with NCURSES
Hey, Im using a shared memory segment to share a WINDOW structure among 2 processes. Basically I'm building a multi-player snake game in which multiple prrocesses access the window.

The 'parent'...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 06:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy