User Tag List

Page 1 of 4 1 2 3 ... LastLast
Results 1 to 10 of 31

Thread: [Request] RAM Disk Object?

  1. #1
    No Products Registered

    Join Date
    May 2007
    Location
    Alaska
    Posts
    14
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Request] RAM Disk Object?

    Basically something that can allow me to read and write data of any type to RAM.

    The program I'm working on is suffering its biggest slowdown because its reading and writing to my Hard Drive.

    Thanks in advance

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] RAM Disk Object?

    What is your program reading and writing to your hard drive?

  3. #3
    No Products Registered

    Join Date
    May 2007
    Location
    Alaska
    Posts
    14
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] RAM Disk Object?

    Screen capture image files, the Screen Capture Object supports capturing to the clipboard, but the Mode7 ex object doesn't have a way to load from the Clipboard. So I capture to the hard drive and load from the hard drive. It seems the easiest solution is a RAM disk drive. Otherwise a new version of the Mode7 ex object would be needed.

  4. #4
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] RAM Disk Object?

    Ah, well, to be honest the ideal thing would be if MMF had a way to easily transfer binary data between extensions without having to store them onto the hard drive first. I'd say that MMF3 should ideally have built storage for binary data with file read/write actions, then all other extensions should only transfer data from/to those and never on their own have file reading/writing capabilities. That itself would solve all these issues perfectly.

    Unfortunately, the thing which you suggest about using a RAM drive is not an option. I wouldn't want to use a tool that mounts a virtual drive to transfer data within the application itself. That will give your program a huge "dodgy workaround warning" label. You'll have to find another solution for now.

  5. #5
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] RAM Disk Object?

    You can't expect users to run an application that installs a driver for a RAM disk. It's a problem with the screen capture object that's never been sorted.

  6. #6
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)

    Re: [Request] RAM Disk Object?

    Hi Jsonic,

    the problem with ram-disk is that they are very operating system depending. (so if you use in Windows 2000 is quite different as win98 an we are in windows 7 now, for example)

    maybe what someone can do is to create a binary array extension that allow you to write a binary file to it and read it, but again the convention use in MMF will force you to write again in hard disk and read it after.

    Also something that can be implemented by developers, guided by MMF its a structure to exchange binary data among extensions, a regulation for the structure, the way to be write and read, etc.

    for example:

    you have an array read by the array extension, and the list view object required this information another action will be exchange inside data 1.

    In the case of SQLLite to mention one, this allow to link several edit box object so they will refresh data instantly since they linked together.


    Regards,


    Fernando Vivolo

    ... new things are coming ...

  7. #7
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] RAM Disk Object?

    I like that idea a lot!

  8. #8
    No Products Registered

    Join Date
    May 2007
    Location
    Alaska
    Posts
    14
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] RAM Disk Object?

    How about the clipboard. can we get data going in and out of there?

    On the other hand, I've found a tool that makes ram disk in vista 64, and the program speed improves tremendously. Getting into RAM one way or another is the way to go.

  9. #9
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] RAM Disk Object?

    Applications that change the clipboard are almost as bad as applications that create RAM disks

  10. #10
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] RAM Disk Object?

    Quote Originally Posted by Jamie
    I like that idea a lot!
    I actually prefer mine though, at least for MMF3. The runtime should have it's own features for loading binary data to the memory and writing binary data back to files and a few nice actions 'n conditions to make your application do so. Then the extensions would not have file read/write abilities at all, they should (in order to follow the set standards) only have the ability to read/write from those memory areas.

    That would reduce the extension bloat, make it easier to "vitalize" extensions since there would be a lot fewer cases where the extensions would have file writing abilities (clickteam would only have to put the limit at one place, and that's the file write actions of the runtime), and it would open up for the concept of "secure" sub-apps that can not write files (which is a problem I'll have with my new game, as some level components are sub-apps, so somebody can basically make a level that overwrites sensitive files on the harddrive). I like standards.

Page 1 of 4 1 2 3 ... LastLast

Similar Threads

  1. Disk Space
    By johnwheeler in forum Install Creator and Patch Maker
    Replies: 1
    Last Post: 24th February 2011, 08:27 PM
  2. Lost my MMF2 disk
    By Plooscva in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 17th September 2009, 07:16 PM
  3. Bonus disk
    By NYyankees in forum The Games Factory 2 - Technical Support
    Replies: 3
    Last Post: 3rd May 2008, 06:42 PM
  4. Disk Cost?
    By Azu in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 5th July 2006, 10:17 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •