Martin Pilka <[EMAIL PROTECTED]> writes:

> i'm working on speed up the registry parsing at wine startup. what i
> would like to do is to move the whole registry parsing to the server
> side (where *.reg format 2 files already are, for example). right now i
> bounced to old *.reg format 1 parsing, which is still on client
> side.

I don't think you want to move the whole registry parsing to the
server. What you should do is change the parsing code to dump the
contents into a temporary text file (in .reg format 2) and then ask
the server to load this file.

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to