From: Devin Mullins Date: 2007-06-25T14:38:58+09:00 Subject: Re: Updating running ruby scripts Raymond O'Connor wrote: > work off a db. I guess this isnt a Ruby question per say, but basically > my question is, is the entire ruby script loaded into memory when it > launches? AFAIK, the entire Ruby file is parsed into an AST before any of it is evaluated. However, if your script is split up into multiple files, I imagine there could be a .001% race condition where Ruby loads an impartially-updated code base. (Note: The preceding email was written by a team of intoxicated monkeys, and may not be in any way true.)