On 4/2/07, Berger, Daniel <[EMAIL PROTECTED]> wrote: > <snip> > > > Maybe I could code some dynamic loading (like psapi in > > proc_info) to workaround this case scenario. > > > > Please let me know the results. > > Are you just trying to get process information? The sys-proctable > package works on MS Windows. I dropped the psapi approach a long time > ago in favor of OLE + WMI. So long as the WMI service is running, it > should work on any Windows platform. >
Thanks Dan for the information, but OLE + WMI is overkill for the task. Since I support XP, 2003 and Vista on 32bits platforms, using psapi way is what I wanted. The dynamic loading of functions under x64 platforms is though, but could work around it (also, waiting for my OEM Vista to arrive... damn postal parcels!) The funny thing is "So long as the WMI service is running" ;-) Also, I dropped win32-service support on previous releases for a native, compiled implementation that don't hook or crash the RubyVM used by Mongrel. Which worked better, until users start jumping to x64 platforms ;-) Guess that my platform upgrade will be sooner than expected. Regards, -- Luis Lavena Multimedia systems - Leaders are made, they are not born. They are made by hard effort, which is the price which all of us must pay to achieve any goal that is worthwhile. Vince Lombardi _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
