Jeff Greene

Results 41 issues of Jeff Greene

We would like to be able to get access to the harmony core package version at runtime. The initial usage of this is to print it at startup for diagnostic...

enhancement

the underlying libraries and even our ssh connection object already have support for alternative ports but the pool itself doesnt have an overload to configure it.

bug

The goal for tooling around traditional bridge is that developers don't need to run using visual studio in order to diagnose * data transfer issues * dbr startup issues *...

enhancement

an initial idea on this is to have a separate template to generate derived classes. Then inside the edm builder we will have to include these derived type along with...

enhancement

The high level goal is to be alerted anytime one of our three main dependencies has changed in a way that causes a break. The intention is that these alerts...

enhancement

It would be helpful to create a debug utility for traditional bridge that logs all input and output across the local or ssh link. It should take json text directly...

enhancement

It would be helpful if we could detect that we're joining to from a remote table to something local. Then if the driving table is remote we could read its...

enhancement

Harmony Core offers extensive logging along with a logging framework that works well with Synergy data types. This is great in development, but in production it can destroy performance or...

enhancement

Similar to #77 , we can use custom HTTP headers to cause the current request to launch a debuggable Traditional Bridge process. This would cause a separate .dbr and command...

enhancement

Currently, we open one SSH connection for each Traditional Bridge process on the remote server. For a very large number of processes, this is wasteful because connections are sitting idle...

enhancement