Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Jul 15, 2015, 9:38:29 PM (9 years ago)
- Author:
-
mmcco
- Comment:
-
add DNS query processes
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v51
|
v52
|
|
156 | 156 | === Pidgin's processes === |
157 | 157 | |
158 | | A little annotation of processes that Pidgin spawns, where, and why. This will help us know where/when to chroot and what might break. |
| 158 | A little annotation of processes that Pidgin 3.0 spawns, where, and why. This will help us know where and when to chroot and what might break. |
159 | 159 | |
160 | 160 | * on startup, about twenty processes are spawned for gconftool-2 to register different kinds of URL handlers |
161 | 161 | * I wouldn't be surprised if this significantly delays startup, and if there's a better way to do it |
162 | 162 | * see [https://hg.pidgin.im/soc/2015/mmcc/main/file/bc63cdee394b/pidgin/gtkutils.c#l3441 pidgin/gtkutils.c:3441] |
| 163 | * DNS queries are done from forked processes |
| 164 | * these don't seem to use any significant access and could probably be heavily locked down |
| 165 | * reliably, one seems to die on startup - is this bug? |
| 166 | * see [https://hg.pidgin.im/soc/2015/mmcc/main/file/bc63cdee394b/libpurple/dnsquery.c#l255 purple_dnsquery_resolver_run()] |
163 | 167 | |
164 | 168 | |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!