Microsoft.Telepathy.Session

Nuget package for Microsoft Telepathy SDK. Microsoft Telepathy is a SOA runtime framework works in a cloud native way. Please visit https://github.com/Azure/Telepathy/ to read more.


Keywords
hpc, soa, azure, microsoft, azure-batch, distributed-computing, high-performance-computing, microsoft-telepathy
License
MIT
Install
Install-Package Microsoft.Telepathy.Session -Version 1.0.0.217

Documentation

Microsoft Telepathy

Azure DevOps builds (branch) GitHub GitHub release (latest SemVer) Nuget

Microsoft Telepathy is a SOA runtime framework works in a cloud native way, enables running high-throughput and low-latency calculation workload in Azure. Evolving from the battle-tested SOA Runtime of Microsoft HPC Pack.

Get Started

Deploy a Cluster

Check Deploy a Telepathy Cluster Step by Step for detailed instruction.

SDK NuGet package

Add Microsoft.Telepathy.Session to your project using NuGet manager.

Try the Nightly Build

Deploy a Cluster

SDK NuGet package

To use Microsoft.Telepathy.Session nightly package, add following NuGet source.

Check Add the feed to your NuGet configuration for detailed instruction.

Developing

Developing Environment

  • Visual Studio 2019 of latter
  • Excel 2016 or latter if developing Excel plugin

Build from Source Code

git clone https://github.com/Azure/Telepathy.git
cd Telepathy
build.bat

Migrate From HPC Pack SOA

See Migrate From HPC Pack SOA to Microsoft Telepathy

Benchmark (use Azure Batch Backend)

Average result of 10 trials. Benchmark detail and how to benchmark your cluster.

Throughput

Interactive Session

  • Message Send Throughput: 35394.15 messages/second
  • Broker Process Throughput: 15973.63 messages/second
  • End to End Throughput: 15652.66 messages/second

Durable Session

  • Message Send Throughput: 2998.94 messages/second
  • Broker Process Throughput: 1038.23 messages/second
  • End to End Throughput: 751.61 messages/second

Latency

Interactive Session

  • Warm Latency: 98.59431 millisecond

Durable Session

  • Warm Latency: 1434.801444 millisecond

CPU Efficiency

Interactive Session

  • CPU Efficiency: 99.603% (398.412% on 4-core compute nodes)

Durable Session

  • CPU Efficiency: 92.627% (370.663% on 4-core compute nodes)

Documentation

See Documentation Index.

vNext

  • Cross platform support
  • Cross language support
  • Data service integration
  • IdentityServer integration

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.