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
1
vote
1 answer

get error on calling put_all from python thin client

I am working on the example "create_binary.py", instead of doing put to the cache, I tried put_all for multiple records to cache. While put is successful, but put_all gives error. student_cache = client.get_or_create_cache({ PROP_NAME:…
Top Market
  • 11
  • 2
1
vote
1 answer

How to connect sql database with ignite cluster to sync data?

I am new to apache ignite. I created ignite cluster and connect my nodejs thin client to it. It is working fine but It only create cache create functions specified in js file. Now I want to sync my sql server data with ignite. Any idea how I will do…
Maahi
  • 19
  • 4
1
vote
0 answers

automating windows based application running on thin client

I need to automate a windows based application running on thin client. Im trying winapp driver with selenium for achiving this. but with inspect.exe I cant locate the elements. if its not possible on thin client i have another question. with…
1
vote
1 answer

Apache Ignite Thin Client Events

I am trying to build an apache ignite thinclient poc and am able to connect to a cluster and also read the data using a ScanQuery. But am stuck at creating a Listener for any cache updates. I looked through but could not find anything for thin…
Munni
  • 77
  • 1
  • 7
1
vote
1 answer

How to get HP thin clients (t420) and Windows Server 2016's Multipoint VDI work together?

So we have fourteen HP t420 and one Windows Server 2016 machine with Multipoint set up. If we create users in Multipoint Manager then the clients can connect via RDP as those users all right. But we can't get it work with VDI. We've created a…
Hanako Seishin
  • 166
  • 1
  • 2
  • 11
1
vote
0 answers

How to create thin setup for Windows MSI Installer?

We have windows application in which we distribute whole MSI package to the client in zip form. We are now up for licensing feature and we want to allow users to work in thin setup just like if you download Visual Studio to install, it will download…
Khawaja Asim
  • 1,327
  • 18
  • 38
1
vote
1 answer

Thin client vs. PC for RDP-only connection

Context : I'm switching my whole desktop environment, and after many thoughts, I'm going with a Virtual Machine hosted on a Google Cloud (Win Server 2016) The server is a "Single User" machine, that will receive an RDP connection. The terminal must…
1
vote
1 answer

When use thick client over thin client?

I need to write a utility program in JAVA that lets the user upload a file(spreadsheet etc.) and display it on the UI and later do some interaction on it and creates a template(flat file) out of it. It's more like mapping one format to another.…
yonikawa
  • 581
  • 1
  • 9
  • 32
1
vote
2 answers

Do I need (Spring) MVC if I have Javascript/CXF?

I am developing a Java web services application that is (mostly) to be used by other SOA clients. Currently I am planning on using CXF to publish my various web services & methods using SOAP/XML. I am now being asked to investigate a thin client…
Dave
  • 21,524
  • 28
  • 141
  • 221
1
vote
1 answer

Compiling custom kernel for HP Thin client and creating bootable ISO with grub

I made simple OS with one really nice library, I compiled everything, reallocated (I want) and finaly created kernel. I successfully ran it on qemu-system-i386. Plus created ISO with grub and boot it via virtualbox. Everything worked, output was OK.…
Possible
  • 171
  • 2
  • 13
1
vote
2 answers

FLEX :: Embed DateField Font

TLDR; How do you embed a font in flex for a DateField? Question: I have a Flex program which is using a . The environment it was created for has been switched over to using thin clients. As a result, I now have to embed all the fonts…
Zze
  • 18,229
  • 13
  • 85
  • 118
1
vote
1 answer

Is there a way to retrieve the Computer Name of a Xenapp client?

What options exist for identifying the client name of a particular client from within the process running on Citrix Presentation 4.0, or Xenapp 5, and are there any important differences in retrieving this information in either scenario? Currently…
mlusby
  • 641
  • 8
  • 21
1
vote
0 answers

Running exe based program on thin client environment (Performance?)

We are evaluating hospital automation softwares for a new hospital. In this hospital we plan to use thin clients on VDA OS. Most of the alternatives that we evaluate are web based. One of the alternative software is a good candidate for us thinking…
Ferda-Ozdemir-Sonmez
  • 674
  • 2
  • 13
  • 38
1
vote
3 answers

Are there any secure alternatives to XDMCP?

Are there any secure alternatives to XDMCP (A Linux remote desktop protocol)? I'd like to set up some thin clients -- UI heads (old computer + mouse + keyboard) connected to VMs on a fast server. ssh -Y doesn't quite cut it, since this would be for…
gatoatigrado
  • 16,580
  • 18
  • 81
  • 143
1
vote
0 answers

EXE Run from Server

We are currently developing a multi-user WPF application. Instead of installing this application on each client, we want to run the EXE from a server. We don't necessarily want to use ClickOnce deployment, and we are most certainly not doing Web…
Wizaerd
  • 235
  • 3
  • 15