Are there any setting that can be changed to prevent responce buff

  • Thread starter Thread starter Q Logic
  • Start date Start date
Q

Q Logic

Guest
Are there any setting that can be changed to prevent responce buffering?
To the point that the session either sends the responce or does not, but
does not buffer due to traffic and other variables?
 
Re: Are there any setting that can be changed to prevent responce buff

Hi,

Could you please give more info on what type of data are you looking at, for
the buffer removal?

Is it printing data or graphics data or file transfer data etc.?

--
Thanks,
Priya.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

"Q Logic" <QLogic@discussions.microsoft.com> wrote in message
news:E0C8AE35-2E93-4094-890D-45986B13136D@microsoft.com...
> Are there any setting that can be changed to prevent responce buffering?
> To the point that the session either sends the responce or does not, but
> does not buffer due to traffic and other variables?
 
Re: Are there any setting that can be changed to prevent responce

Re: Are there any setting that can be changed to prevent responce

It is a type of database being run accross terminal server, when an entry is
made a unique key is generated... When there is a delay in the responce from
a TS client it can cause duplicate or multiple keys being generated causing
the breakdown of the database accurancy... If we can prevent buffering of an
entry from a TS client then either the data would process when the request
was made or the request would be canceled and the TS client terminated

"Priya Raghavan [MSFT]" wrote:

> Hi,
>
> Could you please give more info on what type of data are you looking at, for
> the buffer removal?
>
> Is it printing data or graphics data or file transfer data etc.?
>
> --
> Thanks,
> Priya.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Q Logic" <QLogic@discussions.microsoft.com> wrote in message
> news:E0C8AE35-2E93-4094-890D-45986B13136D@microsoft.com...
> > Are there any setting that can be changed to prevent responce buffering?
> > To the point that the session either sends the responce or does not, but
> > does not buffer due to traffic and other variables?

>
>
 
Re: Are there any setting that can be changed to prevent responce

Re: Are there any setting that can be changed to prevent responce

Could you tell us how you are interacting with the database. Are you using
UI to click and the “entry” is actually a keyboard or mouse input?

Or are you using Virtual Channel API’s to communicate between client and
Terminal server machines?


--
Thanks,
Priya.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

"Q Logic" <QLogic@discussions.microsoft.com> wrote in message
news:569BCA66-9975-4A11-A6D6-4107CF5980F8@microsoft.com...
> It is a type of database being run accross terminal server, when an entry
> is
> made a unique key is generated... When there is a delay in the responce
> from
> a TS client it can cause duplicate or multiple keys being generated
> causing
> the breakdown of the database accurancy... If we can prevent buffering of
> an
> entry from a TS client then either the data would process when the request
> was made or the request would be canceled and the TS client terminated
>
> "Priya Raghavan [MSFT]" wrote:
>
>> Hi,
>>
>> Could you please give more info on what type of data are you looking at,
>> for
>> the buffer removal?
>>
>> Is it printing data or graphics data or file transfer data etc.?
>>
>> --
>> Thanks,
>> Priya.
>>
>> --
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>> "Q Logic" <QLogic@discussions.microsoft.com> wrote in message
>> news:E0C8AE35-2E93-4094-890D-45986B13136D@microsoft.com...
>> > Are there any setting that can be changed to prevent responce
>> > buffering?
>> > To the point that the session either sends the responce or does not,
>> > but
>> > does not buffer due to traffic and other variables?

>>
>>
 
Re: Are there any setting that can be changed to prevent responce

Re: Are there any setting that can be changed to prevent responce

No actually the program has some basic requirments by the state and number
one is that running the program has almost no impact on the server it is
running from, there for nothing can be directly writen to the Servers APIs.
The program is designed to run from a shared folder on a server via a LAN,
although some agencies are now using it building to building via Terminal
Server where they don't have a LAN connection. So yes all interaction with
the data is made via keyboard and mouse.

"Priya Raghavan [MSFT]" wrote:

> Could you tell us how you are interacting with the database. Are you using
> UI to click and the “entry” is actually a keyboard or mouse input?
>
> Or are you using Virtual Channel API’s to communicate between client and
> Terminal server machines?
>
>
> --
> Thanks,
> Priya.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Q Logic" <QLogic@discussions.microsoft.com> wrote in message
> news:569BCA66-9975-4A11-A6D6-4107CF5980F8@microsoft.com...
> > It is a type of database being run accross terminal server, when an entry
> > is
> > made a unique key is generated... When there is a delay in the responce
> > from
> > a TS client it can cause duplicate or multiple keys being generated
> > causing
> > the breakdown of the database accurancy... If we can prevent buffering of
> > an
> > entry from a TS client then either the data would process when the request
> > was made or the request would be canceled and the TS client terminated
> >
> > "Priya Raghavan [MSFT]" wrote:
> >
> >> Hi,
> >>
> >> Could you please give more info on what type of data are you looking at,
> >> for
> >> the buffer removal?
> >>
> >> Is it printing data or graphics data or file transfer data etc.?
> >>
> >> --
> >> Thanks,
> >> Priya.
> >>
> >> --
> >> This posting is provided "AS IS" with no warranties, and confers no
> >> rights.
> >>
> >> "Q Logic" <QLogic@discussions.microsoft.com> wrote in message
> >> news:E0C8AE35-2E93-4094-890D-45986B13136D@microsoft.com...
> >> > Are there any setting that can be changed to prevent responce
> >> > buffering?
> >> > To the point that the session either sends the responce or does not,
> >> > but
> >> > does not buffer due to traffic and other variables?
> >>
> >>

>
>
 
Back
Top