On 9/25/07, Julian 'Julik' Tarkhanov <[EMAIL PROTECTED]> wrote:
> this might already be a server crasher. you know how many unique to_syms you
> can do before the table is full?

As far as I can tell, sym_tbl is just a regular st_table, so it's an
expanding array similar to the Ruby heap. So there's no danger of hard
crash. If your camping process runs for a month you should end up with
no more than 10 or 20 extra mbs of memory used in anything but a
deliberately pathological situation.

Evan

-- 
Evan Weaver
Cloudburst, LLC
_______________________________________________
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list

Reply via email to