1460737023-d91b5280-1a7b-4b27-9c52-2f15688ca767

1. An apparatus that enables analysis of high power laser beams, comprising:
an attenuating multispot module that includes a pair of high reflecting mirror plates disposed in parallel, spaced apart relation to one another at a common angle of incidence to a laser beam;
said pair including a first mirror having an anti-reflection coating on a first surface thereof that faces a source of said laser beam and a highly reflective coating on a second surface thereof that faces away from said source;
said pair including a second mirror having an anti-reflection coating on a second surface thereof that faces away from said source and a highly reflective coating on a first surface thereof that faces said source;
a first beam dump positioned out of a path of travel of said laser beam and in receiving relation to light reflected by said first and second mirrors; and
a first camera for detecting spots of light that pass through said first and second mirrors;
whereby said laser beam is substantially attenuated so that it can be analyzed by said first camera.
2. The apparatus of claim 1, further comprising:
a focusing lens disposed between said source and said attenuating multispot module.
3. The apparatus of claim 2, further comprising:
a dove prism disposed between said source and said focusing lens.
4. The apparatus of claim 3, further comprising:
a second camera disposed out of said path of travel of said laser beam; and
said dove prism having a first reflecting surface that reflects at least some light from said laser beam into said second camera.
5. The apparatus of claim 4, further comprising:
a high power attenuator formed by a highly reflective mirror pair;
said high power attenuator disposed between said source and said dove prism;
said mirror pair including a first highly reflective mirror having a first surface facing said source;
said mirror pair including a second highly reflective mirror having a first surface facing said source;
a second beam dump disposed out of said path of travel of said laser beam;
said first highly reflective mirror reflecting light from said source to said second beam dump;
a third beam dump disposed out of said path of travel of said laser beam; and
said second highly reflective mirror reflecting light from said source to said third beam dump.
6. The apparatus of claim 5, further comprising:
said first highly reflective mirror being positioned at a forty five degree angle relative to said path of travel of said laser beam; and
said second highly reflective mirror being positioned at a one hundred thirty five degree angle relative to said path of travel of said laser beam;
whereby said first highly reflective mirror causes a displacement in said path of travel and said second highly reflective mirror returns said laser beam to said path of travel.
7. The apparatus of claim 1, further comprising:
said first camera being a pixilated detector.
8. The apparatus of claim 4, further comprising:
said second camera being a pixilated detector.
9. An apparatus that enables analysis of high power laser beams, comprising:
an attenuating multispot module that includes a thin, high reflecting mirror plate disposed at a predetermined angle of incidence to a laser beam;
said high reflecting mirror plate including a first surface having a highly reflective coating on a first surface thereof that faces a source of said laser beam and having a highly reflective coating on a second surface thereof that faces away from said source;
a first beam dump positioned out of a path of travel of said laser beam and in receiving relation to light reflected by said high reflecting mirror plate; and
a first camera for detecting spots of light that pass through said high reflecting mirror plate;
whereby said laser beam is substantially attenuated so that it can be analyzed by said first camera.
10. The apparatus of claim 9, further comprising:
a focusing lens disposed between said source and said attenuating multispot module.
11. The apparatus of claim 10, further comprising:
a dove prism disposed between said source and said focusing lens.
12. The apparatus of claim 11, further comprising:
a second camera disposed out of said path of travel of said laser beam; and
said dove prism having a first reflecting surface that reflects at least some light from said laser beam into said second camera.
13. The apparatus of claim 12, further comprising:
a high power attenuator formed by a highly reflective mirror pair;
said high power attenuator disposed between said source and said dove prism;
said mirror pair including a first highly reflective mirror having a first surface facing said source;
said mirror pair including a second highly reflective mirror having a first surface facing said source;
a second beam dump disposed out of said path of travel of said laser beam;
said first highly reflective mirror reflecting light from said source to said second beam dump;
a third beam dump disposed out of said path of travel of said laser beam; and
said second highly reflective mirror reflecting light from said source to said third beam dump.
14. The apparatus of claim 13, further comprising:
said first highly reflective mirror being positioned at a forty five degree angle relative to said path of travel of said laser beam; and
said second highly reflective mirror being positioned at a one hundred thirty five degree angle relative to said path of travel of said laser beam;
whereby said first highly reflective mirror causes a displacement in said path of travel and said second highly reflective mirror returns said laser beam to said path of travel.
15. The apparatus of claim 9, further comprising:
said first camera being a pixilated detector.
16. The apparatus of claim 12, further comprising:
said second camera being a pixilated detector.

The claims below are in addition to those above.
All refrences to claim(s) which appear below refer to the numbering after this setence.

1. A method for managing creation of aggregation data structures for tables of a database, comprising:
receiving an aggregation query specifying at least one aggregation operation on data of a table of the database;
determining aggregation information for the aggregation query, the aggregation information describing aspects of the aggregation query and its respective aggregation operation;
determining whether the aggregation information satisfies predefined conditions; and
if the predefined conditions are satisfied by the aggregation information, creating an aggregation data structure for the table of the database in a manner allowing return of aggregation data of the created aggregation data structure upon receipt of a suitable aggregation query without executing the suitable aggregation query against the table of the database, wherein the suitable aggregation query includes the aggregation operation contained in the aggregation query for which the aggregation data structure was created.
2. The method of claim 1, wherein determining the aggregation information for the aggregation query comprises determining at least an estimated savings achieved by executing the aggregation query using the aggregation data structure, as opposed to using the table.
3. The method of claim 2, wherein determining whether the aggregation information satisfies the predefined conditions comprises determining whether the estimated savings is significant enough to merit creation of the aggregation data structure.
4. The method of claim 1, wherein the suitable aggregation query is an SQL query and each aggregation operation is one of a COUNT, AVERAGE, MIN and MAX function.
5. The method of claim 1, wherein determining whether the aggregation information satisfies the predefined conditions includes:
determining a frequency of occurrence of each aggregation operation on a corresponding column of the table of the database; and
comparing the frequency of occurrence with a predetermined threshold, wherein the predefined conditions are satisfied if the frequency of occurrence exceeds the predetermined threshold.
6. The method of claim 1, wherein determining whether the aggregation information satisfies the predefined conditions includes:
determining an estimated savings achieved by executing the aggregation query against the aggregation data structure, as opposed to executing the aggregation query against the table of the database;
comparing the estimated savings with a predetermined threshold, wherein the predefined conditions are satisfied if the estimated savings exceeds the predetermined threshold.
7. The method of claim 6, wherein the estimated savings is at least one of an amount of time and a number of central processing unit cycles saved by executing the aggregation operations against the aggregation data structure.
8. The method of claim 6, further comprising:
estimating a maintenance cost for the aggregation data structure;
comparing the maintenance cost with the estimated savings; and
creating the aggregation data structure only if the maintenance cost does not exceed the estimated savings.
9. The method of claim 1, further comprising:
creating triggers on the table of the database for updating the aggregation data structure when relevant data of the database changes.
10. A method for managing aggregation data structures for tables of a database, comprising:
retrieving an aggregation data structure for a table of the database, the aggregation data structure being configured to allow return of aggregation data of the aggregation data structure upon receipt of an aggregation query including an aggregation operation without executing the aggregation query against the table of the database;
determining an estimated savings achieved by executing the aggregation query against the aggregation data structure, as opposed to the table;
determining a maintenance cost to maintain the aggregation data structure;
comparing the estimated savings to the maintenance cost; and
deleting the aggregation data structure if the maintenance cost exceeds the estimated savings.
11. The method of claim 10, wherein the estimated savings is at least one of an amount of time and a number of central processing unit cycles saved by executing the aggregation query against the aggregation data structure, as opposed to executing the aggregation query against the table of the database.
12. The method of claim 10, wherein the maintenance cost is at least one of an amount of time and a number of central processing unit cycles required to maintain the aggregation data structure.
13. A computer-readable medium containing a program which, when executed by a processor, performs a process for managing creation of aggregation data structures for tables of a database, the process comprising:
receiving an aggregation query specifying at least one aggregation operation on data of a table of the database;
determining aggregation information for the aggregation query, the aggregation information describing aspects of the aggregation query and its respective aggregation operation;
determining whether the aggregation information satisfies predefined conditions; and
if the predefined conditions are satisfied by the aggregation information, creating an aggregation data structure for the table of the database in a manner allowing return of aggregation data of the created aggregation data structure upon receipt of a suitable aggregation query without executing the suitable aggregation query against the table of the database, wherein the suitable aggregation query includes the aggregation operation contained in the aggregation query for which the aggregation data structure was created.
14. The computer-readable medium of claim 13, wherein determining the aggregation information for the aggregation query comprises determining at least an estimated savings achieved by executing the aggregation query using the aggregation data structure, as opposed to using the table.
15. The computer-readable medium of claim 14, wherein determining whether the aggregation information satisfies the predefined conditions comprises determining whether the estimated savings is significant enough to merit creation of the aggregation data structure.
16. The computer-readable medium of claim 13, wherein the suitable aggregation query is an SQL query and each aggregation operation is one of a COUNT, AVERAGE, MIN and MAX function.
17. The computer-readable medium of claim 13, wherein determining whether the aggregation information satisfies the predefined conditions includes:
determining a frequency of occurrence of each aggregation operation on a corresponding column of the table of the database; and
comparing the frequency of, occurrence with a predetermined threshold, wherein the predefined conditions are satisfied if the frequency of occurrence exceeds the predetermined threshold.
18. The computer-readable medium of claim 13, wherein determining whether the aggregation information satisfies the predefined conditions includes:
determining an estimated savings achieved by executing the aggregation query against the aggregation data structure, as opposed to executing the aggregation query against the table of the database;
comparing the estimated savings with a predetermined threshold, wherein the predefined conditions are satisfied if the estimated savings exceeds the predetermined threshold.
19. The computer-readable medium of claim 18, wherein the estimated savings is at least one of an amount of time and a number of central processing unit cycles saved by executing the aggregation operations against the aggregation data structure.
20. The computer-readable medium of claim 18, wherein the process further comprises:
estimating a maintenance cost for the aggregation data structure;
comparing the maintenance cost with the estimated savings; and
creating the aggregation data structure only if the maintenance cost does not exceed the estimated savings.
21. The computer-readable medium of claim 13, wherein the process further comprises:
creating triggers on the table of the database for updating the aggregation data structure when relevant data of the database changes.
22. A computer-readable medium containing a program which, when executed by a processor, performs a process for managing aggregation data structures for tables of a database, the process comprising:
retrieving an aggregation data structure for a table of the database, the aggregation data structure being configured to allow return of aggregation data of the aggregation data structure upon receipt of an aggregation query including an aggregation operation without executing the aggregation query against the table of the database;
determining an estimated savings achieved by executing the aggregation query against the aggregation data structure, as opposed to the table;
determining a maintenance cost to maintain the aggregation data structure;
comparing the estimated savings to the maintenance cost; and
deleting the aggregation data structure if the maintenance cost exceeds the estimated savings.
23. The computer-readable medium of claim 22, wherein the estimated savings is at least one of an amount of time and a number of central processing unit cycles saved by executing the aggregation query against the aggregation data structure, as opposed to executing the aggregation query against the table of the database.
24. The computer-readable medium of claim 22, wherein the maintenance cost is at least one of an amount of time and a number of central processing unit cycles required to maintain the aggregation data structure.
25. A data processing system, comprising:
a database; and
a query execution manager residing in memory for managing creation of aggregation data structures for tables of the database, the query execution manager being configured for:
receiving an aggregation query specifying at least one aggregation operation on data of a table of the database;
determining aggregation information for the aggregation query, the aggregation information describing aspects of the aggregation query and its respective aggregation operation;
determining whether the aggregation information satisfies predefined conditions; and
if the predefined conditions are satisfied by the aggregation information, creating an aggregation data structure for the table of the database in a manner allowing return of aggregation data of the created aggregation data structure upon receipt of a suitable aggregation query without executing the suitable aggregation query against the table of the database, wherein the suitable aggregation query includes the aggregation operation contained in the aggregation query for which the aggregation data structure was created.
26. A data processing system, comprising:
a database; and
a query execution manager residing in memory for managing aggregation data structures for tables of the database, the query execution manager being configured for:
retrieving an aggregation data structure for a table of the database, the aggregation data structure being configured to allow return of aggregation data of the aggregation data structure upon receipt of an aggregation query including an aggregation operation without executing the aggregation query against the table of the database;
determining an estimated savings achieved by executing the aggregation query against the aggregation data structure, as opposed to the table;
determining a maintenance cost to maintain the aggregation data structure;
comparing the estimated savings to the maintenance cost; and
deleting the aggregation data structure if the maintenance cost exceeds the estimated savings.

1460737015-b01ecd94-b082-4377-a72d-de6320fdb136

1. A method for identifying or quantifying a plurality of small molecule analytes, the method comprising:
providing a control sample comprising known quantities of a plurality of small molecule analytes, each analyte comprising a different reactive functional group;
contacting a first isotopic variant of a labeling reagent with each said analyte in the control sample to yield a plurality of first isotopically labeled analytes, wherein the labeling reagent is covalently linked to the analytes at the different reactive functional groups;
providing an experimental sample comprising a plurality of said small molecule analytes;
contacting a second isotopic variant of the labeling reagent with each said analyte in the experimental sample to yield a plurality of second isotopically labeled analytes, wherein the first and second isotopically labeled analytes are chemically equivalent yet isotopically distinct;
mixing at least portions of the control and experimental samples to yield a combined sample; and
subjecting the combined sample to mass spectrometric analysis to identify or quantify the plurality of analytes in the experimental sample.
2. A method for identifying or quantifying a plurality of small molecule analytes, the method comprising:
providing a control sample comprising known quantities of a plurality of small molecule analytes, each analyte comprising a different reactive functional group;
providing an experimental sample comprising a plurality of said small molecule analytes;
dividing the experimental sample into first and second experimental subsamples;
adding an amount of the control sample to the first experimental subsample;
contacting a first isotopic variant of a labeling reagent with each said analyte in the control sample to yield a plurality of first isotopically labeled analytes, wherein the labeling reagent is covalently linked to the analytes at the different reactive functional groups;
contacting a second isotopic variant of the labeling reagent with each said analyte in each of the first and second experimental subsamples to yield first and second experimental subsamples each comprising a plurality of second isotopically labeled analytes, wherein the first and second isotopically labeled analytes are chemically equivalent yet isotopically distinct;
adding equal amounts of the control sample to each of the first and second experimental subsamples to yield first and second combined samples;
subjecting each of the first and second combined samples to mass spectrometric analysis; and
comparing peak intensities generated by the first and second combined samples to identify or quantify the plurality of analytes in the experimental sample.
3. A method for detecting differences in the concentrations of a plurality of small molecule analytes present in first and second samples, the method comprising:
providing first and second samples, each sample comprising a plurality of small molecule analytes, each analyte comprising a different reactive functional group;
contacting a first isotopic variant of a labeling reagent with each said analyte in the first sample to yield a plurality of first isotopically labeled analytes, wherein the labeling reagent is covalently linked to the analytes at the different reactive functional groups;
contacting a second isotopic variant of the labeling reagent with each said analyte in the second sample to yield a plurality of second isotopically labeled analytes, wherein the first and second isotopically labeled analytes are chemically equivalent yet isotopically distinct;
mixing at least portions of the first and second samples to yield a combined sample; and
subjecting the combined sample to mass spectrometric analysis to determine a normalized isotope ratio characterizing analytes whose concentration is the same in the first and second samples and an isotope ratio of the first and second isotopically labeled analytes, wherein a difference in the isotope ratio of the first and second isotopically labeled analytes and the normalized isotope ratio is indicative of a difference in concentration of the analyte in the first and second samples.
4. A method for identifying a small molecule analyte in a sample, the method comprising:
providing a sample comprising a plurality of small molecule analytes, each analyte comprising a different reactive functional group;
dividing the sample into at least first and second portions;
contacting a first isotopic variant of a labeling reagent with each said analyte in the first portion to yield a plurality of first isotopically labeled analytes, wherein the labeling reagent is covalently linked to the analytes at the different reactive functional groups;
contacting a second isotopic variant of the labeling reagent with each said analyte in the second portion to yield a plurality of second isotopically labeled analytes, wherein the first and second isotopically labeled analytes are chemically equivalent yet isotopically distinct;
mixing the first and second portions to yield a combined sample; and
subjecting the combined sample to mass spectrometric analysis to yield mz values for at least one analyte; and
comparing the mz values to known or predicted mz values for a known analyte to identify the analyte.
5. The method of any of claims 1 to 4 further comprising subjecting the samples to fractionation prior to mass spectrometric analysis.
6. (canceled)
7. The method of any of claims 1 to 4 wherein the labeling reagent comprises an amine.
8. The method of claim 7 wherein the labeling reagent further comprises a hydrophobic moiety.
9. The method of claim 8 wherein the labeling reagent is aniline or an aniline derivative.
10. The method of any of claims 1 to 4 wherein the reactive functional groups comprise a functional group selected from the group consisting of a carbonyl, phosphate and carboxyl.
11. The method of claim 10 wherein the reactive function groups comprise carbonyl, phosphate and carboxyl.
12.-15. (canceled)
16. The method of any of claims 1 to 4 wherein the small molecule analytes comprise primary or secondary cellular metabolites.

The claims below are in addition to those above.
All refrences to claim(s) which appear below refer to the numbering after this setence.

1. A method for recording Internet Protocol (IP) media sessions through a network, comprising:
providing a recording system located externally to a communication system;
delivering to the recording system via telephony call integration (CTI) at least one characteristic of an IP media session;
assessing said at least one characteristic for compliance with at least one rule; and
if said at least one characteristic matches said at least one rule, sending a request from the recording system to a management unit of the communication system to forward data related to the IP media session to the recording system; and
forwarding data of the IP media session to the recording system after adjusting destination IP address and port.
2. The method of claim 1, wherein said at least one rule comprises a dynamic rule.
3. The method of claim 1, wherein said at least one rule comprises a static rule.
4. The method of claim 1, wherein said at least one rule comprises a deterministic rule.
5. The method of claim 1, wherein said at least one rule comprises a statistical rule.
6. The method of claim 5, wherein said statistical rule includes instructions to record a certain percentage of said session in a certain time interval.
7. The method of claim 1, wherein said at least one rule comprises an event driven rule.
8. The method of claim 1, wherein said at least one characteristic of the data comprises metadata.
9. The method of claim 1, comprising:
pre-processing the data of the IP media session before forwarding.
10. The method of claim 9, wherein said pre-processing comprises at least one of encapsulation, re-encapsulation, summation, compression, encryption or decryption of at least a portion of the data.
11. The method of claim 1 comprising compressing the data prior to forwarding.
12. The method of claim 1 comprising:
detecting initiation of the IP media session by a recording agent; and
contacting the recording device by the recording agent.
13. The method of claim 1, wherein said method further comprising at least one of the following steps:
displaying said forwarded data; and
recording said forwarded data.
14. The method of claim 1, wherein said at least one rule states that all data of the session is to be forwarded.
15. The method of claim 1, wherein said IP media session is one of the following sessions: voice over IP sessions, video conference sessions, chat sessions, a trunk radio sessions and web collaboration sessions.
16. The method of claim 1, wherein said step of forwarding comprises duplicating only a portion of the data.
17. The method of claim 1, wherein said at least one rule is driven by an event which occurs externally to the session.
18. The method of claim 1, wherein the forwarding is performed by one of the parties participating in the IP media session.
19. The method of claim 18, wherein one of the participating parties is an IP telephone.
20. The method of claim 18, wherein one of the participating parties is a gateway.