Questions tagged [tps]

Clarion TopSpeed Database Files

The TPS extension is used by Clarion TopSpeed database files. They can be viewed by Clarion's viewing program TopScan. Like other database files, they can also be password protected.

34 questions
15
votes
2 answers

Swift on OS X compiling for Linux?

I'm confused by the build process for Swift on other platforms. Does Swift allow me to build a Linux project on OS X, or do I need to use Swift specifically on Linux to to build anything I plan on using there? I looked at the documentation, but…
Milton Waddams
  • 151
  • 1
  • 3
4
votes
1 answer

Convert from tps to csv

I am writing a program based on an SQL database to take the base of a Clarion 16 bit program which is soon to be non functional. However, I need to get their old records and the program does not offer much as far as export, and TopScan is like 600…
Snymax
  • 357
  • 4
  • 18
2
votes
2 answers

Reading a .tps morphometrics file into R

I am looking to read a .tps file into R. An example file is now available at: example file The actual files I am trying to read into R obviously have many more individuals/IDs (>1000) The .tps file format is produced by…
Etienne Low-Décarie
  • 13,063
  • 17
  • 65
  • 87
2
votes
1 answer

How to achieve high TPS with Spring Boot

I am working on a application (Banking) which has a TPS requirement of 100 and multiple concurrent users. Will Spring Boot 1.x.x allow me to achieve this? Note: I would have used Spring Boot 2.x.x which supports Reactive paradigm but there is some…
deepak
  • 339
  • 6
  • 16
2
votes
1 answer

Load Testing Java Web Application - find TPS / Avg transaction response time

I would like to build my own load testing tool in Java with the goal of being able to load test a web application I am building throughout the development cycle. The web application will be receiving server to server HTTP Post requests and I would…
Steve
  • 340
  • 4
  • 16
2
votes
2 answers

CPU consumption equivalent for harddisk scanning

I would like my software that scans disk structure to work in background but lowing the priority for the thread that that scans disk structure doesn't work. I mean you still have the feeling of the computer hard working and even freezing even if…
Maksee
  • 2,311
  • 2
  • 24
  • 34
1
vote
2 answers

How to extract data from a .tps topscan Clarion file?

I have to make a MySQL database from a Clarion database. The tables are .tps files. I don't know how to do it, for now I only found applications that work with .dat files.
HoNgOuRu
  • 717
  • 4
  • 13
  • 26
1
vote
1 answer

What are hidden fields in a Clarion .TPS file?

I am looking at extracting some data from a Clarion .TPS file and I have been using the TopScan Application to open them. When I look at the tables there are lots of hidden fields. Are they just protected fields i.e. to stop someone from seeing the…
Ace Grace
  • 631
  • 1
  • 7
  • 21
1
vote
0 answers

Max tps support by postgreSQL

Required TPS 200K in postgreSQL database. How much TPS can support by postgreSQL. what hardware and configuration required to achieve this TPS.
Guru Kumar
  • 11
  • 1
1
vote
1 answer

CLARION DATABASES

I have a very old aplication made in Clarion. I need to access the data externally by using the ODBC driver. The problem is that the data is stored in .DAT and .K0 files. As far as I know the data needs to be store in .TPS files in order to use de…
pochimen
  • 287
  • 3
  • 15
0
votes
0 answers

Consume external API keeping tps in consideration

I need to call an external API from code, at 10 tps. I have to send multiple requests around ~ 50000. Simply calling in loop may exceed tps resulting in API result failure. Also, simply adding fixed delay in each call will increase overall TAT. I…
Tojra
  • 673
  • 5
  • 20
0
votes
0 answers

Which ML model does the WebSpeech API use?

https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API Which ML model does the MDN WebSpeechAPI use? Where is this model hosted? Any limits on the number of free API calls? Any cost aspects to consider? Is it open source? Requesting…
0
votes
0 answers

Branch and Bound function only returning first cycle in Python

This is my first question here as I've usually found helpful answers by searching previous posts. I cannot find any that relate to my particular problem this time. I need to complete a branch and bound function in Python (it's for a Coursera…
0
votes
0 answers

How to merge a TPS with CSV file

I'm doing my thesis using R and geomorph and I need to produce some PCAs for an anlysis. I've got a TPS file with IDspecimen's correspondent to thier photo number. Also in the CSV the information are marked by the same photo number. How can I…
MilosVf
  • 13
  • 2
0
votes
0 answers

Get alb max and avg requestcount per second from cloudwatch metrics

I need the statistics of max and avg requestcount per second. So far i am only able to get from cloudwatch metrics alb sum of requestcount over 1 minute. If i try max and avg over 1 second, y axis is always a flat line with count = 1. Is it possible…
bittersour
  • 937
  • 2
  • 11
  • 32
1
2 3