Global ETD Search
Search theses and dissertations gathered from participating repositories worldwide. Every result links back to the library that holds it. No account is needed.
Results
Showing 1 to 9 of 9 for “"Callback"”.
-
Adapting the Single-Request/Multiple-Response Message Exchange Pattern to Web Services
… by Web services, and, since it requires Callback to function it is hampered by current in-practice security schemes, such as firewalls and proxy servers. In this thesis, a framework will be proposed to support SRMR and Callback in the context of Web services and the realities of network …
-
University course registration and management system : a distributed application using Microsoft distributed component object model
… To support online data modification, a callback mechanism is implemented for the application-tier server that broadcasts update information to all its clients as needed. An in-depth descriptions of DCOM, a basic technology used in the implementation of the UCRMS, is also provided with …
-
Soundgen : a Web services based sound generation system for the psychoacoustics laboratory
… call a soundgen() function, which triggers a callback function that executes when the request has been processed by Soundgen. The library and web service allow Psychoacoustics Laboratory students to quickly and easily create portable acoustics experiments as web-applications, which can be …
-
An Evaluation of an Omni- Directional (Fisheye) Vision Sensor for Estimating the Pose of an Object,
… are remapped to construct perspective images. A callback function for a mouse click event is developed to extract four non-coplanar feature points from remapped images of the target object. The image coordinates of the feature points are passed to a Pose from Orthography and Scaling with …
-
Constructing Efficient Extensible Compilers With Incremental Analysis
… In this dissertation we also present a callback system, which is provided to automatically track changes to the compiler's internal representation (IR), allowing full pass reordering and an easy-to-use interface for developing lazy update incremental analysis passes. We present a new …
-
Optimization of naïve dynamic binary instrumentation Tools/
… they use the framework facilities for inserting callbacks into regular C code? Custom assembly can be more performant and more flexible, but it forces the tool to take some responsibility for maintaining application transparency. Callbacks into C, or "clean calls," allow the tool writer to ignore …
-
Using eDNA and Habitat Suitability Modeling to Better Understand the Range and Habitat Requirements of the Eastern Black Rail
… most common survey method for rails uses audio callback but does not detect unresponsive individuals, is constrained seasonally as well as temporally, and requires significant personnel effort. New methods are needed to provide information on the distribution and habitat requirements for this …
-
Enabling computationally intensive bioinformatics applications on the Grid platform
… of new Grid applications by providing a callback system to simplify the creation of arbitrarily complex multistage computational pipelines and provides an abstracted virtual sandbox which bypasses Grid limitations. Vnas also reduces the usage of Grid bandwidth and storage resources by …
-
Enabling modern concurrency through program transformations
… to developers who want to refactor their callback-based asynchronous constructs to new async/await keywords. Fourth, we developed AsyncFixer, a static analysis tool that detects and corrects 14 common kinds of async/await misuses that cannot be detected by any existing tools. We released …