Thread: simple shared memory program on c programming

  1. #1
    Registered User
    Join Date
    Jul 2009
    Posts
    1

    Lightbulb simple shared memory program on c programming

    Hi folks

    I want to try some shared memory program on my PC (ubuntu) .... I m scared that some mistakes (related to shared memory/sephomore) may spoil my PC' memory...Suggest some tips and simple program that can be execute on my PC

  2. #2
    Registered User C_ntua's Avatar
    Join Date
    Jun 2008
    Posts
    1,853
    Describe though a small example about what you want to do. I mean "shared memory program" doesn't really give me a whole picture of what you want to do. You maybe want to use multiple theads or multiple processes that write/read on the same memory?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 02-21-2008, 10:39 AM
  2. Program that displays amount of free memory
    By trancedeejay in forum Linux Programming
    Replies: 3
    Last Post: 01-13-2006, 01:27 PM
  3. Shared Memory - shmget questions
    By hendler in forum C Programming
    Replies: 1
    Last Post: 11-29-2005, 02:15 AM
  4. Writing input from a file into shared memory
    By RazielX in forum C Programming
    Replies: 2
    Last Post: 09-23-2004, 12:34 PM
  5. Is it necessary to write a specific memory manager ?
    By Morglum in forum Game Programming
    Replies: 18
    Last Post: 07-01-2002, 01:41 PM