Re: [fpc-pascal] FCGI MultiThreaded

2014-11-12 Thread Paul Breneman
This Lazarus forum message has a bit more: http://forum.lazarus.freepascal.org/index.php/topic,25412.msg154279.html#msg154279 On 11/12/2014 10:11 AM, Paul Breneman wrote: This was cross posted to the Lazarus forum and there are a few more interesting links added there: http://forum.lazarus.free

Re: [fpc-pascal] FCGI MultiThreaded

2014-11-12 Thread Paul Breneman
This was cross posted to the Lazarus forum and there are a few more interesting links added there: http://forum.lazarus.freepascal.org/index.php/topic,26419.0.html On 11/10/2014 10:43 AM, Paul Breneman wrote: On 26-Sep-2004 Kristofer Skaug wrote (links below to messages): "You want mission cri

Re: [fpc-pascal] FCGI MultiThreaded

2014-11-10 Thread Paul Breneman
On 26-Sep-2004 Kristofer Skaug wrote (links below to messages): "You want mission critical? Consider the infrastructure for the Rosetta comet chaser, that will need to stay operational until 2014-2015." and he wrote: "Yep, we make these things... using BCB for all the "on-the-bare-iron" program

Re: [fpc-pascal] FCGI MultiThreaded

2014-05-14 Thread Michael Schnell
On 05/14/2014 02:12 PM, Michael Van Canneyt wrote: Presumably we can expect a result by the year 2046 ? ;) Getting Off-Topic. In fact I would like to have somebody else take a look at the code before I ask how to implement it in the LCL as a "WidgetType" activated by setting the projec

Re: [fpc-pascal] FCGI MultiThreaded

2014-05-14 Thread Michael Van Canneyt
On Wed, 14 May 2014, Michael Schnell wrote: I think I now have something that might be worth testing... Presumably we can expect a result by the year 2046 ? ;) Michael. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freep

Re: [fpc-pascal] FCGI MultiThreaded

2014-05-14 Thread Michael Schnell
I think I now have something that might be worth testing... -Michael ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FCGI MultiThreaded

2014-05-09 Thread Michael Schnell
I in fact just took the time to start implementing an "active noGUI" Widget Type for Lazarus. Seems indeed rather easy up til now. (A single timer and TThread.Queue do work on Linux) -Michael ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.o

Re: [fpc-pascal] FCGI MultiThreaded

2014-05-06 Thread Michael Schnell
On 05/05/2014 06:22 PM, Paul Breneman wrote: I'm glad to learn a little more from your recent messages. As you are interested I am happy to provide some more information. In msegui, the EventQueue is done using a decently structured construct of classes that allows for creating any type of in

Re: [fpc-pascal] FCGI MultiThreaded

2014-05-05 Thread Paul Breneman
On 05/05/2014 04:36 AM, Michael Schnell wrote: ... Thanks to the maintainers of fpc and all other list members for much insight I got during these years ! And I thank you Michael for bringing these issues up! I'm glad to learn a little more from your recent messages. This sort of reminds me

Re: [fpc-pascal] FCGI MultiThreaded

2014-05-05 Thread Michael Schnell
On 05/02/2014 02:30 PM, Michael Van Canneyt wrote: I don't think these mails qualify as research. I am sorry for potentially having used inappropriate wording. I got lots of very useful information from answers in these extremely helpful lists, that indeed led to me thinking to being finally ab

Re: [fpc-pascal] FCGI MultiThreaded

2014-05-02 Thread Michael Van Canneyt
On Fri, 2 May 2014, Michael Schnell wrote: On 05/02/2014 12:44 PM, Michael Van Canneyt wrote: I see you are still determined to push your ideas. Is it nasty "pushing" just to state what you think is going to be useful for the community, when the chance occurs ? It becomes nasty, if you r

Re: [fpc-pascal] FCGI MultiThreaded

2014-05-02 Thread Michael Schnell
On 05/02/2014 12:44 PM, Michael Van Canneyt wrote: I see you are still determined to push your ideas. Is it nasty "pushing" just to state what you think is going to be useful for the community, when the chance occurs ? Please, Please, please, do everyone a favour and get started on it. In f

Re: [fpc-pascal] FCGI MultiThreaded

2014-05-02 Thread Michael Van Canneyt
On Fri, 2 May 2014, Dimitrios Chr. Ioannidis wrote: Ηι, Στις 2/5/2014 12:05 μμ, ο/η Michael Van Canneyt έγραψε:. On Fri, 2 May 2014, Dimitrios Chr. Ioannidis wrote: Hi, does anyone know if the TCustomFCgiApplication is multithreaded ? No, it is not. It's on my todo list, but has low

Re: [fpc-pascal] FCGI MultiThreaded

2014-05-02 Thread Michael Van Canneyt
On Fri, 2 May 2014, Michael Schnell wrote: On 05/02/2014 11:05 AM, Michael Van Canneyt wrote: does anyone know if the TCustomFCgiApplication is multithreaded ? No, it is not. It's on my todo list, but has low priority. While enhancing TCustomFCgiApplication regarding threads, TThre

Re: [fpc-pascal] FCGI MultiThreaded

2014-05-02 Thread Michael Schnell
On 05/02/2014 12:22 PM, Dimitrios Chr. Ioannidis wrote: I'll try to see if i can help, do you have any hints or tips reg. the source ? Let me know what you are about to do. Maybe I can be helpful on that behalf. -Michael ___ fpc-pascal maillist

Re: [fpc-pascal] FCGI MultiThreaded

2014-05-02 Thread Dimitrios Chr. Ioannidis
Ηι, Στις 2/5/2014 12:05 μμ, ο/η Michael Van Canneyt έγραψε:. On Fri, 2 May 2014, Dimitrios Chr. Ioannidis wrote: Hi, does anyone know if the TCustomFCgiApplication is multithreaded ? No, it is not. It's on my todo list, but has low priority. I'll try to see if i can help, do you have a

Re: [fpc-pascal] FCGI MultiThreaded

2014-05-02 Thread Michael Schnell
On 05/02/2014 11:05 AM, Michael Van Canneyt wrote: does anyone know if the TCustomFCgiApplication is multithreaded ? No, it is not. It's on my todo list, but has low priority. While enhancing TCustomFCgiApplication regarding threads, TThread.Synchronize, TThread.Queue would need to be

Re: [fpc-pascal] FCGI MultiThreaded

2014-05-02 Thread Michael Van Canneyt
On Fri, 2 May 2014, Dimitrios Chr. Ioannidis wrote: Hi, does anyone know if the TCustomFCgiApplication is multithreaded ? No, it is not. It's on my todo list, but has low priority. Michael. ___ fpc-pascal maillist - fpc-pascal@lists.freepasca

Re: [fpc-pascal] FCGI MultiThreaded

2014-05-02 Thread Michael Schnell
On 05/02/2014 10:00 AM, Dimitrios Chr. Ioannidis wrote: does anyone know if the TCustomFCgiApplication is multithreaded ? What do you mean by "is multithreaded" ? -Michael ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.f

[fpc-pascal] FCGI MultiThreaded

2014-05-02 Thread Dimitrios Chr. Ioannidis
Hi, does anyone know if the TCustomFCgiApplication is multithreaded ? Regards, -- Dimitrios Chr. Ioannidis smime.p7s Description: Κρυπτογραφημένη υπογραφή S/MIME ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepasc