annotate _test/temp.pl @ 134:44977efed303

Significant performance optimizations Fixed recursion problems due converting objects to JSON Added cache support for the templates Added discovery feature for the web methods
author wizard
date Mon, 21 Jun 2010 02:39:53 +0400
parents a4b0a819bbda
children 7245c39e941e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
83
74bae30eb25e (no commit message)
wizard
parents:
diff changeset
1 #!/usr/bin/perl
93
0667064553ef fixed _is_class in activator
wizard
parents: 86
diff changeset
2 use strict;
0667064553ef fixed _is_class in activator
wizard
parents: 86
diff changeset
3
134
44977efed303 Significant performance optimizations
wizard
parents: 125
diff changeset
4
44977efed303 Significant performance optimizations
wizard
parents: 125
diff changeset
5
44977efed303 Significant performance optimizations
wizard
parents: 125
diff changeset
6 IMPL::Profiler::PrintStatistics();