On Wed, 2008-11-05 at 13:52 -0500, Raymond Dans wrote: > My question is does anyone know if "pcre" has some sort of limit on the > size of string that it can parse?
I wouldn't be surprised that it can't handle a string that large. In any case, I would expect a purpose-built C routine to be a lot faster for long strings. Indeed, it should be possible to integrate validity testing with the decoding process. Dale _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
