As anyone who reads my blog knows we've been profiling a large amount of Perl code recently. A daemon process receives jobs to run and in most cases (a few are run immediately) places them on a queue in the database. For a queued job we are really interested in the turnaround time i.e., the time from seeing an incoming request, decoding it (it is in JSON), checking it, inserting the request into the database and returning a unique job ID; obviously this determines how quickly we can queue jobs.
Todays unicode problems are with JSON::XS. We are using JSON extensively in the project I am working on and we have a lot of unicode strings. JSON::XS really is the best and fastest perl JSON parser (I've tried them all) and Marc Lehmann who wrote JSON::XS is very knowledgeable and usually quick to respond to any query.
Recent comments
31 weeks 1 day ago
33 weeks 4 days ago
35 weeks 1 day ago
35 weeks 2 days ago
43 weeks 3 days ago
44 weeks 4 days ago
45 weeks 6 days ago
48 weeks 5 days ago
1 year 5 days ago
1 year 3 weeks ago