Re: HW/SW for license server

2011-10-02 Thread Valery Reznic
Thanks to all of you for your suggestions. And shana tova. Valery > >From: Marc Volovic >To: Valery Reznic >Cc: "linux-il@cs.huji.ac.il" >Sent: Sunday, September 25, 2011 5:38 PM >Subject: Re: HW/SW for license server > > &

Re: HW/SW for license server

2011-09-25 Thread Marc Volovic
request/second is trivial. On each ratio do you think it will need > something special? > > Valery > > From: Marc Volovic > To: Valery Reznic > Sent: Friday, September 23, 2011 12:03 PM > Subject: Re: HW/SW for license server > > Dear valery, > > 6 requests

Re: HW/SW for license server

2011-09-25 Thread Evgeniy Ginzburg
2011/9/23 Valery Reznic > Hi, All. > > I need to setup license server and looking for advice what > hardware/software to use > > General schema is following: > > There are about 20K clients all of them periodically (let say once a week) > query license server for license via https > I'll try my b

Re: HW/SW for license server

2011-09-25 Thread shimi
On Sun, Sep 25, 2011 at 1:28 PM, Valery Reznic wrote: > I am tempted to try :) > > What do you think is better Nginx or lighttpd? > Last time I tried lighttpd, it was a pain over time. It did work, but its memory consumption has been growing. Searching on the net shows memory leaks to be a Known

Re: HW/SW for license server

2011-09-25 Thread Tzafrir Cohen
On Fri, Sep 23, 2011 at 01:19:51AM -0700, Valery Reznic wrote: > 1. CentOS 6 > > 2. Apache with mod_python > 3. Mysql I'm not sure how it is packaged in Centos6. In Debian the different MPMs of Apache are packaged separately. It is common to use PHP, and mod_php does not work with any multi-thre

Re: HW/SW for license server

2011-09-25 Thread Valery Reznic
Thank you Didi. I'll keep it in mind. Valery. > >From: Yedidyah Bar-David >To: Valery Reznic >Cc: Linux-IL >Sent: Saturday, September 24, 2011 11:16 PM >Subject: Re: HW/SW for license server > >On Fri, Sep 23, 2011 at 01:19:51

Re: HW/SW for license server

2011-09-25 Thread Valery Reznic
urday, September 24, 2011 7:50 PM >Subject: Re: HW/SW for license server > > > > >2011/9/23 Valery Reznic > >Hi, All.I think use following software for it >> >> >> >>1. CentOS 6 >> >>2. Apache with mod_python >>3. Mysql >> &g

Re: HW/SW for license server

2011-09-25 Thread shimi
On Sun, Sep 25, 2011 at 12:33 PM, Valery Reznic wrote: > Thanks, Shimi. > > I was thinking about Nginx of lightttpd too. > While they may have a serious performance benefits I am very short in time > ‎The first time I used Nginx to replace Apache, it took me around 30 minutes to grasp all what's

Re: HW/SW for license server

2011-09-24 Thread Yedidyah Bar-David
On Fri, Sep 23, 2011 at 01:19:51AM -0700, Valery Reznic wrote: > Hi, All. > > I need to setup license server and looking for advice what hardware/software > to use > > > General schema is following: > > There are about 20K clients all of them periodically (let say once a week) > query license

Re: HW/SW for license server

2011-09-24 Thread shimi
2011/9/23 Valery Reznic > Hi, All. > I think use following software for it > > 1. CentOS 6 > 2. Apache with mod_python > 3. Mysql > > > As usual I will suggest you use Nginx instead of Apache. Can't see a reason to use Apache unless nginx can't do what you want. Nginx also supports uWSGI[1] if yo

HW/SW for license server

2011-09-23 Thread Valery Reznic
Hi, All. I need to setup license server and looking for advice what hardware/software to use General schema is following: There are about 20K clients all of them periodically (let say once a week) query license server for license via https I'll try my best to spread all those requests over t