Re: [Tutor] threads and webpy

2006-08-17 Thread anil maran
hi likeyour post about how to make it listen on one ip and then on two ips isnt this general python, can you please explain how to go about this, this would be very usefulthanks then show us your code and we'll tell youhow to make it into a class that listens on a single IP and how tostart two list

Re: [Tutor] threads and webpy

2006-08-17 Thread anil maran
did u try os.spawnv()to spawn other unix commands[EMAIL PROTECTED] wrote: > Hi!Hi !> I don't know what web.py is.> Is it something you wrote?no, this is a simple webserver, (http://webpy.org/)> You'll have to write multi-threaded code if you want it> to run multiple> threads :)> (Unless, of course,

Re: [Tutor] threads and webpy

2006-08-17 Thread emilia12
> I just looked at web.py. > It's not a webserver. It's a toolkit you use to write > your own webserver. > Why are you under the impression that it's a webserver? > Did you just google for 'web server in Python' and find > this? you are right, i mean that it is the core of the webserver > If you

Re: [Tutor] threads and webpy

2006-08-16 Thread Luke Paireepinart
> yes - i will ask the webpy authors > > but i expected to fond out a way to start two (or more) > scripts (web.py) in different threads from one puthon's > scrypt. OR two pythons interpretators to execute the above > scrypt ? > Python is a programming language. It's not a question about whethe

[Tutor] threads and webpy

2006-08-16 Thread emilia12
> Hi! Hi ! > I don't know what web.py is. > Is it something you wrote? no, this is a simple webserver, (http://webpy.org/) > You'll have to write multi-threaded code if you want it > to run multiple > threads :) > (Unless, of course, Web.py supports threads?) i will ask the authors about this ...