Questions tagged [thin-client]

A thin client is a computer or a computer program that depends heavily on some other computer (its server) to fulfill its computational roles.

Thin clients occur as components of a broader computer infrastructure, where many clients share their computations with the same server. As such, thin client infrastructures can be viewed as providing some computing service via several user interfaces. This is desirable in contexts where individual fat clients have much more functionality or power than the infrastructure requires.

The most common type of modern thin client is a low-end computer terminal which only provides a graphical user interface - or more recently, in some cases, a web browser - to the end user.

74 questions
27
votes
3 answers

Youwave for Android in remote desktop environment using thin client

I am using YouWave for Android in a remote desktop environment with Atrust Thin Client T60 series. When I run the YouWave emulator, a black screen appears and it stops there. Also the home, menu and other buttons (except rotate button) does not…
Subedi Kishor
  • 5,906
  • 5
  • 35
  • 53
10
votes
11 answers

What do you mean by thin-client application?

What do you mean by thin-client application?
Jaswant Agarwal
  • 4,755
  • 9
  • 39
  • 49
6
votes
3 answers

How can I evaluate and compare the effectiveness of remote desktop protocols based on the quality of their user experience?

There are many remote desktop protocols used widely, e.g. VNC, RDP, PCoIP, RGS, etc. Taking a look at their specification, it seems that they provide different features, such as redirecting I/O, tuning display setting, etc. I've recently installed a…
TonySalimi
  • 8,257
  • 4
  • 33
  • 62
4
votes
1 answer

VB app needs Windows TS thin client unique ID

I have a custom bar code app running on .Net 2.0 framework and installed on a Windows Terminal Server. I’m using HP type thin clients and they are pulling their desktop from the TS that has my barcode app installed on it. For the most part, the…
dc.
  • 167
  • 3
  • 10
4
votes
2 answers

howto: test if client is a "desktop terminal"

I fear I already know the answer, but I might as well risk it: Does anyone know if there is some way I can test whether a client that is accessing a website is a thin client (desktop terminal) or not? The issue here is that thin client start to lag…
Some one else
  • 325
  • 1
  • 3
  • 17
3
votes
2 answers

javascript performance between thin client and pc

I have a web app using thin clients (bosanova terminals) as the front end for users. I've noticed some performance differences in JavaScript between the thin client and a PC. The terminals are running windows XP embedded with IE6, and the pages…
Nathan
  • 1,445
  • 2
  • 11
  • 29
2
votes
1 answer

PC/SC-Sharp GetReaders() throws InsufficientBuffer exception

I'm using PC/SC Sharp package downloaded from NuGet and there is one method GetReaders(), which is returning active readers connected to machine. var contextFactory = ContextFactory.Instance; using (var context =…
SᴇM
  • 7,024
  • 3
  • 24
  • 41
2
votes
1 answer

communication between thin and thick client

I have a web application running on a browser window (thin client). I want to send some information to this Web App (window already open) from an external application (thick client) without going through the server (client to client). A solution…
Majid Laissi
  • 19,188
  • 19
  • 68
  • 105
1
vote
1 answer

Apache Ignite Load CSV data from Java think client

When loading the csv file using sqlline it works. When trying to use the copy from command using a java thin client connection, Facing the below issue. Here is the code: try (IgniteClient client = Ignition.startClient(cfg)) { String…
1
vote
1 answer

Can't change AllowOverwrite data streamer option for .NET apache ignite thin client

I try to remove some data using the thin client data streamer (.NET apache ignite) but i end up with an exception: DataStreamer can't remove data when AllowOverwrite is false. My problem is when i try to change AllowOverwrite to true it is not…
Convel
  • 144
  • 7
1
vote
2 answers

Apache Ignite Spring-Data (IgniteRepository), Apache Ignite Spring Cache (SpringCacheManager) with thin-client and thick-client

Is it possible to use a THIN-client with Ignite Spring-Data (IgniteRepository) and Ignite Spring Cache (SpringCacheManager) ? Is it possible to use a THICK-client with Ignite Spring-Data (IgniteRepository) and Ignite Spring Cache…
Axel
  • 11
  • 2
1
vote
1 answer

How to auto-deploy compute task without placing jar in cluster node using thin client

We upgraded to ignite2.10.0 latest version. And trying to launch compute tasks using thin client configuration. Problem: I have to place jar everytime in cluster node whenever i changed a single line of code Is there any way i can execute tasks…
Mallikharjuna
  • 109
  • 13
1
vote
1 answer

Informix-SQL (SE) on the cloud with WinTerm thin clients

I have several customers, each running a customized version of my ISQL (SE) desktop app. I would like to replace their desktop app with thin client WinTerm's, connecting to the cloud (My ISQL app on an SuSE Open or RedHat server). If this can be…
Joe R.
  • 2,032
  • 4
  • 36
  • 72
1
vote
1 answer

Expiry Policies in ClientCache - Apache Ignite

I am using Apache Ignite 2.8.0. I see that when persistence is enabled, cache expiry is not working. But according to documentation it should: https://apacheignite.readme.io/docs/expiry-policies. I am using Java Thin client. How can I set expire…
1
vote
1 answer

Diamond-question-marks in Visual Studio

I'm running Visual Studio 2005 for the first time on my new machine (an HP thin client accessing a virtual machine over their HP SAM Client software). When execution halts on an exception, the text for that line appears as below. It appears that it…
Dov
  • 15,530
  • 13
  • 76
  • 177
1
2 3 4 5