IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 31 and Version 32 of neb-touch-gory-details


Ignore:
Timestamp:
Feb 10, 2011, 2:04:29 PM (15 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • neb-touch-gory-details

    v31 v32  
    1212
    1313== Trace Analysis ==
    14   (see next section for full trace)
     14  (see next section for full trace text file)
     15
     16  The trace shows the operations in Nebulous on the server side. The trace is an excerpt of the nebulous.log file.
    1517
    1618 * Two SOAP messages: stat_object and create_object.
    17    It was expected.
     19   Comment: Nothing interesting here.
    1820
    1921 * stat_object analysis:
     
    2123
    2224 * create_object analysis:
    23    * 16 calls to _stringify_key with the same arguments
     25   * 16! calls to _stringify_key with the same arguments
    2426   * 4 calls to Nebulous::Server::_db_index_for_key with the same arguments
    2527
    26 (Another experiment with neb-touch neb://ippc01.0/that/command/has/never/been/run give 23 calls to _stringify_key and 5 to _db_index_for_key for create_object -- stat_object is unchanged)
     28(Another experiment with neb-touch neb://ippc01.0/that/command/has/never/been/run give 23 calls to _stringify_key and 5 to _db_index_for_key for create_object -- stat_object "call stack" is unchanged)
    2729
    2830== SQL statements decomposition: Stat_object statement ==