Home / Companies / Temporal / Blog / August 2022

August 2022 Summaries

2 posts from Temporal

Filter
Month: Year:
Post Summaries Back to Blog
In their 1984 paper "End-to-End Arguments in System Design," Saltzer, Reed, and Clark propose a design principle that helps determine where to place functions within modules of a distributed system. The End-to-End Argument suggests that some functions can only be implemented completely and correctly on an application level, not at the platform level due to lack of context. However, this does not prevent partial implementations or duplications of functions as optimizations. The paper emphasizes that identifying endpoints for applying the argument requires careful analysis of application requirements. An example discussed is reliable file transfer, where failure detection and mitigation should occur on both application and platform layers, but only the application layer can ensure completeness and correctness of the transfer.
Aug 16, 2022 864 words in the original blog post.
Temporal is announcing several updates and releases, including the general availability of its TypeScript SDK v1.0.0, a new web UI experience that offers improved user interface quality, a Python alpha release, Spring Boot support for Java developers, tctl V2 GA, Schedules beta, and various content updates such as a knowledge base, tutorials, and community spotlights. The company is also welcoming two new members to its official support team and continuing to improve its developer experience with features like observability and scheduling. Temporal's goal is to provide high-quality tools to support its technology, which includes V8 isolation technology for improved performance.
Aug 08, 2022 1,495 words in the original blog post.