[fpc-pascal] mysql query

2010-07-08 Thread Tom Carly
Hi, I'm using TMySQL50Connection and TSQLQuery to do a query on a mysql server. Is there a way that you can set a timeout on a query so that it also automatically kills the mysql process after the timeout and doesn't keep loading the mysql server? Thanks, Tom

RE: [fpc-pascal] sending signal to child process

2009-03-31 Thread Tom Carly
...@lists.freepascal.org [mailto:fpc-pascal-boun...@lists.freepascal.org] On Behalf Of Henry Vermaak Sent: maandag 30 maart 2009 16:37 To: FPC-Pascal users discussions Subject: Re: [fpc-pascal] sending signal to child process 2009/3/30 Tom Carly : > Hi, > > > > I have a process A that

[fpc-pascal] sending signal to child process

2009-03-30 Thread Tom Carly
Hi, I have a process A that starts another process B (with TProcess.Create). I introduced signal handling for SIGHUP, SIGTERM and SIGINT in process A and process B. The signal handling of process A triggers a call to "fpkill(processA.processid, SIGTERM)" (or "processA.Terminate(0)"). This code i

[fpc-pascal] writing to shared memory

2008-11-27 Thread Tom Carly
y but that doesn't seem to exist under freepascal. Thx, Tom Carly ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Hudson and fpc

2008-09-02 Thread Tom Carly
Hi, Does anyone of you have experience with integrating fpcunit test reporting in Hudson (or another continous integration server)? I can't find anything on the internet but I cannot believe that I would be the first one to try this. Is there maybe a simple change to one of the existing Hudson

RE: [fpc-pascal] Shared library with resources which contain bitmaps on Linux -- second try

2008-06-25 Thread Tom Carly
On Tue, 24 Jun 2008, Tom Carly wrote: > > With version 2.3.1, you can try the new support for resources, > > and it should work "out of the box". > > How can you obtain 2.3.1? I cannot find it in the repository... > You can get 2.3.1 only from subversion. I don&

RE: [fpc-pascal] Shared library with resources which contain bitmaps on Linux -- second try

2008-06-25 Thread Tom Carly
> With version 2.3.1, you can try the new support for resources, > and it should work "out of the box". How can you obtain 2.3.1? I cannot find it in the repository... BR Tom ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.fre