• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Is Global Memory accessible in FRAMEWORKS ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Is Global Memory accessible in FRAMEWORKS ?


  • Subject: Is Global Memory accessible in FRAMEWORKS ?
  • From: "rohit dhamija" <email@hidden>
  • Date: Tue, 9 May 2006 15:32:13 +0530

Hi,

Developing for Mac OS 10.4.5 PowerPC and Intel Mac

I have a framework having some data structure , example like

typedef struct _FULLNAME {
string first_name;
string last_name;
} FullName;

I load the framework with my application1. So it will load the framework and
its corresponding data-structure in its process space. Now i launch another
application2 with same framework. it will also load the framework in its
process space.

So multiple-applications running will have their own process spaces with
seperate data-structure loaded.(FullName structure for example)

But my requirement is to maintain a SINGLE structure common to all
applications loading my framework.

Is there any GLOBAL Space where I can load this structure.

Can different frameworks being loaded in seperate processes have acess to A
SINGLE GLOBAL MEMORY ?

Any alternate method to achieve the same purpose ? All suggestions/comments
are most welcome.

Regards,
Rohit
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Is Global Memory accessible in FRAMEWORKS ?
      • From: "John C. Randolph" <email@hidden>
  • Prev by Date: Re: Cocoa & Java on Intel fails with "Java for ppc cannot run in this configuration"
  • Next by Date: Re: Is Global Memory accessible in FRAMEWORKS ?
  • Previous by thread: Two simple questions regarding Cell
  • Next by thread: Re: Is Global Memory accessible in FRAMEWORKS ?
  • Index(es):
    • Date
    • Thread