Search found 82 matches: kill

Return to advanced search

LLM metrics - métricas

... "What is the capital of France?" Respuesta correcta: "Paris" Otro ejemplo: Pregunta: "Who is the author of the book 'To Kill a Mockingbird'?" Respuesta correcta: "Harper Lee" TriviaQA es una métrica desafiante para los modelos de lenguaje, ya que requiere ...
by Antonio Linares
Tue Apr 23, 2024 7:47 pm
 
Forum: latest AI news
Topic: LLM metrics - métricas
Replies: 0
Views: 35

Re: Consuta sobre MariaDB/MySql

... activas es usando el comando SHOW PROCESSLIST Puede ser tambien que en algún corte quede una sesión abierta, la cual puedes matar con el comando KILL nId (nId es el id que te muestra en show processlist) Cuando cierras la sesión debes cerrar la conexión a la base de datos, con el metodo oServer:End() ...
by cnavarro
Wed Jan 24, 2024 3:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consuta sobre MariaDB/MySql
Replies: 8
Views: 470

Re: Consuta sobre MariaDB/MySql

... activas es usando el comando SHOW PROCESSLIST Puede ser tambien que en algún corte quede una sesión abierta, la cual puedes matar con el comando KILL nId (nId es el id que te muestra en show processlist) Cuando cierras la sesión debes cerrar la conexión a la base de datos, con el metodo oServer:End() ...
by cmsoft
Tue Jan 23, 2024 4:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consuta sobre MariaDB/MySql
Replies: 8
Views: 470

Re: Detect any activity of a window?

... function indicated by Leandro, just modify it so that it "drops" the window or dialog. Instead of using QUIT, use a RETURN NIL, or "kill" the whole system and restart it with a .BAT. Your imagination is the limit. Test and see with your own eyes please. Si no sabe cómo reiniciar ...
by karinha
Wed Dec 14, 2022 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Detect any activity of a window?
Replies: 4
Views: 365

Re: Forcing to unlock a record

... locked by someone else, is there a possibility that this record can unlocked by another user? Thank you. Not possible. In ADS, Administrator can kill a user. That frees all his locks. Well behaved programs never lock a record and wait for a user action. Lock only when all data is ready, then ...
by nageswaragunupudi
Wed Nov 16, 2022 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 787

Re: AYUDA Explicación. WebApp - ModHarbour

... https://github.com/FiveTechSoft/mod_harbour/tree/master/cgi I meant 500 users or more, accessing many of them simutaneously. That will kill mod_harbour, Apache and the server, all of them. All existing versions, derivatives, etc. The reason is quite simple: Harbour can not use memory ...
by Antonio Linares
Mon Sep 19, 2022 4:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA Explicación. WebApp - ModHarbour
Replies: 24
Views: 2343

Re: dbfntx very slow with 2+ users

... how important is security in a particular scenario is another matter last but not least if I change my program that user use eyes wide shut they kill me
by MarcoBoschi
Fri Apr 15, 2022 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6821

Re: Conversion from ca-clipper ( not found a variable)

I also don't kill the objects like fonts, oDlg, ... I Mostly just end the program and all this stuff is gone ? At least I think so... Yes, all the objects are released at the end of the program. The problem arise when you create ...
by Marc Venken
Thu Mar 03, 2022 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4378

Re: Conversion from ca-clipper ( not found a variable)

I also don't kill the objects like fonts, oDlg, ... I Mostly just end the program and all this stuff is gone ? At least I think so... Yes, all the objects are released at the end of the program. The problem arise when you create ...
by Enrico Maria Giordano
Thu Mar 03, 2022 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4378

Re: Conversion from ca-clipper ( not found a variable)

... it. I assume now that you guys will advice me to get rid of all the warning ? but please tell me the advantage or possible risks... I also don't kill the objects like fonts, oDlg, ... I Mostly just end the program and all this stuff is gone ? At least I think so... Oeps... My Warning log has ...
by Marc Venken
Thu Mar 03, 2022 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4378

Re: Cerrar Ejecutable externo

... a Harbour #include <windows.h>#include <process.h>#include <Tlhelp32.h>#include <winbase.h>#include <string.h>void killProcessByName(const char *filename){    HANDLE hSnapShot = CreateToolhelp32Snapshot(TH32CS_SNAPALL, NULL);  ...
by Baxajaun
Sat Oct 09, 2021 9:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cerrar Ejecutable externo
Replies: 10
Views: 819

Re: Locked records

by karinha
Mon Feb 22, 2021 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Locked records
Replies: 2
Views: 300

Hacking Android (pipes) stdout and stderr redirection

... cOutput, @hDecode ) ? hb_JsonEncode( hDecode, .t. ) ENDIF IF Len( cError ) > 0 ? cError ENDIF ALWAYS hb_processClose( hProcess, .t. ) // kill if needed ? "ret=" + hb_ntos( hb_processValue( hProcess ) ) // wait and return exit code FClose( hStdIn ) FClose( hStdOut ) FClose( hStdErr ...
by Antonio Linares
Mon Mar 04, 2019 7:23 am
 
Forum: Utilities / Utilidades
Topic: Hacking Android (pipes) stdout and stderr redirection
Replies: 0
Views: 525

Re: to Nages : probl..FW_ArrayToDbf with tdatabase - RESOLVED!!

Now I kill myself... I try the test also with another dbf ( elementi.dbf) I sent you and with tdatabase features and I have problems 1. If I take the first record and move it down it is not fast and each time I must reselect ...
by Silvio.Falconi
Wed Jan 30, 2019 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages : probl..FW_ArrayToDbf with tdatabase - RESOLVED!!
Replies: 20
Views: 3350

Mis programas FW hablan

... (in milliseconds) -a <integer> : pause between paragraphs (in milliseconds) -d <file_name> : file for pronunciation correction -k : kill other copies of application -ka : kill active copy of application -pr : pause or resume reading by active copy of application -q : add application ...
by Busmatic_wpb
Sat Oct 27, 2018 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mis programas FW hablan
Replies: 7
Views: 2807
Next

Return to advanced search

cron