Does Xailer support multi-threading or at least a single, specialized
background process thread? If not, can a custom component be created to
accomplish this?
Thanks,
Erol Karazincir
In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Multi-Threading
-
- Mensajes: 4
- Registrado: Lun Mar 02, 2009 9:14 pm
- ignacio
- Site Admin
- Mensajes: 9442
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Multi-Threading
Erol,
In Xailer we are using the single-thread libraries of xHarbour since we
believe that the multi-thread libraries are not enough tested and there is a
clear speed penalty when using those libraries. BTW, we have our own
low-level multi-thread system that is used for example on the class
TAsyncFileDownload. We expect to develop more multi-thread classes based on
users suggestions, please make yours.
In a lot of cases a simple Timer can do the job. I do not know if thit is
the case. I hope so.
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Erol Karazincir" <erol.k@pplmotorhomes.com> escribió en el mensaje
news:49ac4e26$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Does Xailer support multi-threading or at least a single, specialized
> background process thread? If not, can a custom component be created to
> accomplish this?
> Thanks,
> Erol Karazincir
>
>
In Xailer we are using the single-thread libraries of xHarbour since we
believe that the multi-thread libraries are not enough tested and there is a
clear speed penalty when using those libraries. BTW, we have our own
low-level multi-thread system that is used for example on the class
TAsyncFileDownload. We expect to develop more multi-thread classes based on
users suggestions, please make yours.
In a lot of cases a simple Timer can do the job. I do not know if thit is
the case. I hope so.
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Erol Karazincir" <erol.k@pplmotorhomes.com> escribió en el mensaje
news:49ac4e26$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Does Xailer support multi-threading or at least a single, specialized
> background process thread? If not, can a custom component be created to
> accomplish this?
> Thanks,
> Erol Karazincir
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
-
- Mensajes: 30
- Registrado: Dom Mar 08, 2009 3:24 am
Multi-Threading
Hi
I would certainly be interested in better multi-threading because I would like to use Xharbour/Xailer as a web server for RIA similar to XB2.Net that exists for xBase++. However, I am not sure that the multi-threading etc. is stable and robust enough to trust to such a task.
Simon
> Erol,
>
> In Xailer we are using the single-thread libraries of xHarbour
> since we believe that the multi-thread libraries are not enough
> tested and there is a clear speed penalty when using those
> libraries. BTW, we have our own low-level multi-thread system that
> is used for example on the class TAsyncFileDownload. We expect to
> develop more multi-thread classes based on users suggestions,
> please make yours.
>
> In a lot of cases a simple Timer can do the job. I do not know if
> thit is the case. I hope so.
>
> Regards,
I would certainly be interested in better multi-threading because I would like to use Xharbour/Xailer as a web server for RIA similar to XB2.Net that exists for xBase++. However, I am not sure that the multi-threading etc. is stable and robust enough to trust to such a task.
Simon
> Erol,
>
> In Xailer we are using the single-thread libraries of xHarbour
> since we believe that the multi-thread libraries are not enough
> tested and there is a clear speed penalty when using those
> libraries. BTW, we have our own low-level multi-thread system that
> is used for example on the class TAsyncFileDownload. We expect to
> develop more multi-thread classes based on users suggestions,
> please make yours.
>
> In a lot of cases a simple Timer can do the job. I do not know if
> thit is the case. I hope so.
>
> Regards,
-
- Mensajes: 4
- Registrado: Lun Mar 02, 2009 9:14 pm
Multi-Threading
Actually, one additional thread would more than do the trick for me. There
are times when the user requests a length report or some other process to be
run. This process can run in a separate thread while the user continues to
work on other things. The progress could be shown in a window or a status
bar while the user is working. So one "background task" object that is
customizable would be fine without the full-blown multi-thread support, if
that is a possibility and had any advantages over regular multi-threading.
Thanks,
Erol
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:[email=49acf9df@svctag-j7w3v3j....]49acf9df@svctag-j7w3v3j....[/email]
> Erol,
>
> In Xailer we are using the single-thread libraries of xHarbour since we
> believe that the multi-thread libraries are not enough tested and there is
> a clear speed penalty when using those libraries. BTW, we have our own
> low-level multi-thread system that is used for example on the class
> TAsyncFileDownload. We expect to develop more multi-thread classes based
> on users suggestions, please make yours.
>
> In a lot of cases a simple Timer can do the job. I do not know if thit is
> the case. I hope so.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Erol Karazincir" <erol.k@pplmotorhomes.com> escribió en el mensaje
> news:49ac4e26$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Does Xailer support multi-threading or at least a single, specialized
>> background process thread? If not, can a custom component be created to
>> accomplish this?
>> Thanks,
>> Erol Karazincir
>>
>>
>
>
are times when the user requests a length report or some other process to be
run. This process can run in a separate thread while the user continues to
work on other things. The progress could be shown in a window or a status
bar while the user is working. So one "background task" object that is
customizable would be fine without the full-blown multi-thread support, if
that is a possibility and had any advantages over regular multi-threading.
Thanks,
Erol
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:[email=49acf9df@svctag-j7w3v3j....]49acf9df@svctag-j7w3v3j....[/email]
> Erol,
>
> In Xailer we are using the single-thread libraries of xHarbour since we
> believe that the multi-thread libraries are not enough tested and there is
> a clear speed penalty when using those libraries. BTW, we have our own
> low-level multi-thread system that is used for example on the class
> TAsyncFileDownload. We expect to develop more multi-thread classes based
> on users suggestions, please make yours.
>
> In a lot of cases a simple Timer can do the job. I do not know if thit is
> the case. I hope so.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Erol Karazincir" <erol.k@pplmotorhomes.com> escribió en el mensaje
> news:49ac4e26$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Does Xailer support multi-threading or at least a single, specialized
>> background process thread? If not, can a custom component be created to
>> accomplish this?
>> Thanks,
>> Erol Karazincir
>>
>>
>
>