On Thu, Jan 15, 2004 at 09:02:00PM -0500, T. Chan wrote: > > Does anyone have any idea why there is a difference please? The reason that > it is important as well is because each "asterisk -vvvg -c" is taking up > certain memory and with 10 (more when there are calls) or more of these, I > am running into memory problem.
The fact that you see multiple processes is symptomatic of a wonky threading implementation -- all threads should belong to the same process. The exception to this is chan_h323 which actually fork(2)s a new process. Also, as threads share memory space there is no extra usage with extra threads (except for the overhead of keeping the thread state itself, which is minimal). -w -- /~\ The ASCII Ribbon Campaign \ / No HTML/RTF in email X No Word docs in email / \ Respect for open standards _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users