Re: [Gambas-user] Re; Threads ...

2009-02-06 Thread Doriano Blengino
Benoît Minisini ha scritto: >> But in the end, I suspect it is a complicated job... if you want several >> connections you have to keep trace of every one - not an easy job. And >> probably it would be slow (on my home machine EXECs are really slow, I >> don't know why). >> >> Regards, >> > >

Re: [Gambas-user] Re; Threads ...

2009-02-06 Thread Gareth Bult
in Python, I'd just like to make more use of Gambas where possible. Gareth. - Original Message - From: "Rob" To: gambas-user@lists.sourceforge.net Sent: Friday, 6 February, 2009 3:08:27 AM GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [Gambas-user] Re; Threads ...

Re: [Gambas-user] Re; Threads ...

2009-02-05 Thread Rob
On Thursday 05 February 2009 20:46, Gareth Bult wrote: > I'm trying to decide whether to try Gambas for a Web project because > I've seen people mention that one of the design features (?) was that it > could run web server type applications (?) Gambasdoc.org actually runs on a Gambas web applica

Re: [Gambas-user] Re; Threads ...

2009-02-05 Thread Gareth Bult
ay, 5 February, 2009 9:29:41 PM GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [Gambas-user] Re; Threads ... > But in the end, I suspect it is a complicated job... if you want several > connections you have to keep trace of every one - not an easy job. And > probably it would be sl

Re: [Gambas-user] Re; Threads ...

2009-02-05 Thread Benoît Minisini
> But in the end, I suspect it is a complicated job... if you want several > connections you have to keep trace of every one - not an easy job. And > probably it would be slow (on my home machine EXECs are really slow, I > don't know why). > > Regards, EXEC has no reason to be slow by itself. Can

Re: [Gambas-user] Re; Threads ...

2009-02-05 Thread Doriano Blengino
Gareth Bult ha scritto: > Hi, > > Very basic question .. is there any way to set off a method or procedure in > Gambas such that it runs in a thread? > > In particular I'm thinking about a Gambas web server where a process might > need to retrieve information from a slow storage device or datab

[Gambas-user] Re; Threads ...

2009-02-05 Thread Gareth Bult
Hi, Very basic question .. is there any way to set off a method or procedure in Gambas such that it runs in a thread? In particular I'm thinking about a Gambas web server where a process might need to retrieve information from a slow storage device or database server, or via a raw network s