sunm...@hotmail.com
unread,Dec 23, 2011, 2:56:41 AM12/23/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-discuss
After checked the source code, I've found the "single-process"
switch.But it seems that the latest release ignore the command-lines
which contains this switch.
So how can I run chrome in a single process now?
My team leader is trying to build a chrome DLL, which would be loaded
in our client software(single process per instance runs in Windows).
But since the limitation of performance, Multi-Processing may cause
the client run out of memory.We tried to run chrome with the switch
"process-per-site", and it worked.(I don't think change Multi-
Processing to Multi-Thread will solve this problem, )
Is there any other method?Any advice for this problem or for how to
build a chrome DLL will be OK.
Thank you very much;