win32utils-devel@rubyforge.org
2004-Mar-13 23:52 UTC
[Win32utils-devel] win32-mmap followup
Oops - just realized that there aren''t accessors for namespace, swapfile, size, etc. Should we add them? Or don''t we want to because then it might become confusing as to whether those values were "shared"? Dan _________________________________________________________________ Store more e-mails with MSN Hotmail Extra Storage – 4 plans to choose from! http://click.atdmt.com/AVE/go/onm00200362ave/direct/01/
win32utils-devel@rubyforge.org
2004-Mar-14 05:41 UTC
[Win32utils-devel] win32-mmap followup
> Oops - just realized that there aren''t accessors for namespace, swapfile, > size, etc. Should we add them? Or don''t we want to because then it might > become confusing as to whether those values were "shared"? > > DanIn the current implementation of win32-mmap, all accessors are considered as "shared". If you have any idea for sharing variable except accessors, just implement it and use accessors as you want :) Park Heesob