Search found 393 matches: socket

Return to advanced search

Re: TWebServer buffer Socket

Hello,

What I used It worked oSocket:SendFile()
by Ari
Mon Mar 27, 2023 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebServer buffer Socket
Replies: 2
Views: 388

TWebServer buffer Socket

Hello friends

I have buffer problem for pages with size above 40k, smaller pages works. In Socked's SendData() it has a limit of 32k.

How can I resolve this?
by Ari
Sat Mar 18, 2023 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebServer buffer Socket
Replies: 2
Views: 388

Idea got from " Mouse w/o Borders"

... data you want to send into the clipboard String data = "This is the data I want to send"; clipboard.setContents(data, null); //Create a socket connection to the other workstation Socket socket = new Socket("otherWorkstationIP", port); //Create an output stream to the socket ...
by Jimmy
Fri Feb 03, 2023 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Idea got from " Mouse w/o Borders"
Replies: 2
Views: 217

Re: Transaction security with DBF

... to prevent two users from performing a transaction at the same time. The semaphore can be a file on disk, a record in a dbf table, an open socket, or any other signal that a user is performing a transaction. Enviado desde mi motorola edge 20 mediante Tapatalk
by VictorCasajuana
Wed Aug 31, 2022 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transaction security with DBF
Replies: 9
Views: 726

Re: FWH2206 startup error

in the new version of fivewin, antonio is working with the controls to give him the possibility of displaying on the web through socket, the debugging messages shown here are avoidable using the code that i put, since it would avoid using the changes described above.
by carlos vargas
Wed Jul 13, 2022 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2206 startup error
Replies: 14
Views: 1072

Convert and print chinese idioms

Hello I have to print Chinese idioms via socket with ESC / POS , as examples #include "FiveWin.ch"#include "hbsocket.ch"#define ADDRESS                     "192.168.0.139"#define PORT                        9100#define ...
by Maurizio
Fri Jul 08, 2022 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert and print chinese idioms
Replies: 3
Views: 474

Re: A big hit: Neither Apache and mod_harbour are needed

Hi Antonio Does this mean that harbour app may be an internal server socket that works with HTTP/HTTPS? Something like an async function const requestListener = function (req, res) { res.writeHead(200); res.end("Hello World!"); }; This is interesting ...
by Matteo Baccan
Fri Apr 29, 2022 4:54 pm
 
Forum: mod_harbour
Topic: A big hit: Neither Apache and mod_harbour are needed
Replies: 61
Views: 15403

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

antonio Enlace las librerias que me dices de tu distribucion y la cosa empeoro :( Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. .\OBJ\winfacel.hrb: c:\bcc7\bin\ilink32.exe -Gn -aa -Tpe -s -I.\OBJ @make.tmp Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Em...
by rterraz
Fri Sep 17, 2021 6:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4988

Re: SOCKETS - Hay que reiniciar ordenador para volver a conectar

Buenas tardes Antonio. Paso la clase TSockets con algunas modificaciones que le he hecho para: Evitar en el método SendData entrar en un bucle sin fin si falla el envío. SendData en vez de los byte totales a enviar devuelve los enviados porque ...
by Verhoven
Tue May 25, 2021 10:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SOCKETS - Hay que reiniciar ordenador para volver a conectar
Replies: 11
Views: 1023

Re: SOCKETS - Hay que reiniciar ordenador para volver a conectar

Hola Antonio. Lo he comprobado y no pasa por WSACleanUp(). La matriz ::aSockets contiene más de un socket. Y este es el problema, porque al hacer end() si queda alguno distinto del que ha creado el programa, como la condición para pasar por WSACleanUp() es que no quede ninguno, ...
by Verhoven
Mon May 24, 2021 4:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SOCKETS - Hay que reiniciar ordenador para volver a conectar
Replies: 11
Views: 1023

SOCKETS - Hay que reiniciar ordenador para volver a conectar

Me estoy encontrando con el siguiente problema: Tengo desarrollado un cliente sockets para conectar con un ordenador y un programa externos que hacen de servidor. Todo va bien pero si salgo de mi programa y vuelvo a tratar de conectar el otro ordenador (servidor) ...
by Verhoven
Sun May 23, 2021 8:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SOCKETS - Hay que reiniciar ordenador para volver a conectar
Replies: 11
Views: 1023

SOCKETS

Hola estoy haciendo unas pruebas para poner conectar una aplicación mediante el uso de sockets y me encuentro que cuando creo el socket en el cliente e intento realizar la conexión con el servidor pero el servidor no está iniciado el sistema se queda colgado. y aunque ...
by miarcod
Thu Oct 10, 2019 6:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SOCKETS
Replies: 10
Views: 1487

Re: Scaricare da casella PEC (Legalmail)

Se usi i socket per scaricare la posta, c'è HBSSL, che è piuttosto facile, se riesci a fare il link poi ti basta chiamare ssl_ctx := SSL_CTX_new()ssl := SSL_new( ssl_ctx )nResult := hb_inetSSL_CONNECT( socket, ...
by AntoninoP
Wed Jan 23, 2019 3:50 pm
 
Forum: All products support
Topic: Scaricare da casella PEC (Legalmail)
Replies: 33
Views: 22296

Re: Scaricare da casella PEC (Legalmail)

Se usi i socket per scaricare la posta, c'è HBSSL, che è piuttosto facile, se riesci a fare il link poi ti basta chiamare ssl_ctx := SSL_CTX_new()ssl := SSL_new( ssl_ctx )nResult := hb_inetSSL_CONNECT( socket, ...
by AntoninoP
Thu Jan 17, 2019 8:12 am
 
Forum: All products support
Topic: Scaricare da casella PEC (Legalmail)
Replies: 33
Views: 22296
Next

Return to advanced search