iincity
unread,Nov 21, 2009, 4:34:11 AM11/21/09Sign 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 Erlang China
{application, ch_app,
[{description, "Channel allocator"},
{vsn, "1"},
{modules, [ch_app, ch_sup, ch3]},
{registered, [ch3]},
{applications, [kernel, stdlib, sasl]},
{mod, {ch_app,[]}}
]}.
请教一下应用资源文件中 moudules参数的详细用途。对其中列出来的模块的有哪
些要求,以及列在其中有哪些用途,为什么要列在这里?