Hi Naresh,

I am not surprised this is taking a long time since
TCL is an interpreted language so your processor is
having to convert each TCL command into machine code
and excute it in order to parse the SIP message.

I would recommend that you convert your parser functions
into C and then call into them from the TCL script.
(TCL has a mechanism for extending the interpreter.  You can
add new "commands" into it.)

Regards,

Attila

Attila Sipos
http://www.vegastream.com



>> -----Original Message-----
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] Behalf Of kotha
>> naresh kumar
>> Sent: 24 August 2005 10:26
>> To: sip-implementors@cs.columbia.edu
>> Subject: [Sip-implementors] query regarding sip parser 
>> 
>> 
>> hi 
>> 
>>  i am writing a sip Parser in TCL i am able to write it 
>> 
>> but one problem i am facing is it is taking 15 minutes to 
>> interpert the SIP message 
>> 
>> can any one help me and suggest me any changes that i have do to 
>> 
>> i am even attaching my code please verify it 
>> 
>> and help me 
>> 
>> and one more question normally TCl will take this much 
>> amount of time in Parsing sip message ? 
>> 
>> does any one implemented SIP parser in TCL? 
>> 
>> please help me 
>> 
>> waiting for reply 
>> 
>> regards 
>> naresh 
>> 
>> 
>> Rock.com E-mail Now Has a HUGE 50MB of Storage!   Sign Up Now!
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 

_______________________________________________
Sip-implementors mailing list
Sip-implementors@cs.columbia.edu
http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors

Reply via email to