[symfony-users] Re: www.e4s.co.uk built on symfony

2007-08-13 Thread Amit Rana

Hi,
We are using vBulletin, we did not play a lot with trying to integrate
symfony and the forum. Following is what we have done.
1. All UI customisation is from vBulletin admin panel.
2. We have disabled sign-in and login from the forum directly. You
have to come via job seeker panel.
3. All session checking and menu display code is still part of symfony
app, vBulletin simply calls it.
4. We have api calls to update forum db whenever a new user is created
or changed on our db.

HTH

On 8/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I am interested in how you did the forum integration? Which forum
> software do you use? Do you synchronize the user databases? Can you
> use the same layout to decorate your symfony pages and your forum
> pages?
>
> Thx
> Robert
>
> On Jul 20, 12:28 pm, amit <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> >I am happy to announce release of  http://www.e4s.co.uk, another
> > symfony success story. This is a very high traffic site getting
> > thousands of unique users every day.
> >
> > From:http://www.e4s.co.uk/docs/aboutus.htmwww.e4s.co.uk
> >  is essentially an online job
> > board that enables employers to advertise job vacancies to thousands
> > of job seekers via our comprehensive job search facilities.
> >
> > Comments and feedback are welcome. As always thanks everyone for
> > helping us on the way.
> >
> > Regards,
> > Amit Rana.
> >
> > --
> > w:www.valuejini.com| blog.techjini.com |www.cheermyteam.com
>
>
> >
>


-- 
w: www.techjini.com | www.cheermyteam.com | www.valuejini.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: www.e4s.co.uk built on symfony

2007-08-13 Thread Amit Rana

I am sorry I didnt quite understand the question.

We had to do lot of optimization to be able to cope up to that much
traffic. We started with a very bad server P3(1.1GHz) hosting both db
and web, which was not able to cope up at all and server load was
always above 10 and above 60 during peak time. This made site
completely useless. We work on following items as part of optimisation
(some before, some after separatin db and web on different servers):
1. Apache configuration (connections, caching, mod_expires, gzip etc)
2. Mysql configuration ( cache, tmp tables, innodb buffer, join buffer etc)
3. Symfony ( Everything from the docs...using caching efficiently
helped a lot, gzip, etc)
4. We already had APC

The UI design that was given to us had LOTS of images so one page
request resulted in over 30 server requests, which was a very bad
idea. Our current setup is:
DB:
P3(1.1GHz), 4GM RAM
Web:
P4(3GHz), 3GM RAM

Server load on both the servers are below 1 (except few spikes) all
the time after optimization.

On 8/13/07, Hung Dao <[EMAIL PROTECTED]> wrote:
> That's good for a startup plan, what kind of server do you use? and how can
> your bandwidth keep up with the 500k hits like that?
>
> On 7/21/07, Amit Rana <[EMAIL PROTECTED]> wrote:
> >
> > We regularly get over 500,000 hits per day. 80-90% of our visitors are
> > new users.
> >
> > Currently our traffic is almost half of that. We are using Mysql (with
> > propel), 5 queries per second.
> >
> > On 7/20/07, Eric Greene <[EMAIL PROTECTED] > wrote:
> > > hey, nice site!  What type database did you use?
> > >
> > > When you say "very high traffic", how high are you talking about?
> > >
> > >
> > >
> > > On 7/20/07, amit < [EMAIL PROTECTED]> wrote:
> > > >
> > > >
> > > > Hi,
> > > >
> > > >I am happy to announce release of  http://www.e4s.co.uk , another
> > > > symfony success story. This is a very high traffic site getting
> > > > thousands of unique users every day.
> > > >
> > > > From: http://www.e4s.co.uk/docs/aboutus.htm
> > > > www.e4s.co.uk  is essentially an online job
> > > > board that enables employers to advertise job vacancies to thousands
> > > > of job seekers via our comprehensive job search facilities.
> > > >
> > > > Comments and feedback are welcome. As always thanks everyone for
> > > > helping us on the way.
> > > >
> > > > Regards,
> > > > Amit Rana.
> > > >
> > > > --
> > > > w: www.valuejini.com | blog.techjini.com | www.cheermyteam.com
> > > >
> > > >
> > > > > >
> > > >
> > >
> >
> >
> > --
> > w: www.techjini.com | www.cheermyteam.com | www.valuejini.com
> >
> > > >
> >
>


-- 
w: www.techjini.com | www.cheermyteam.com | www.valuejini.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: www.e4s.co.uk built on symfony

2007-08-13 Thread Bjorn Wijers

Amit,

Congrats with finishing this project! I'm very curious on the process 
that went on during this project. For instance how did you decide the 
structure for this project? How did you combine the seperate 
applications and tied them together in this website. It would be nice if 
you could tell a bit more about this.

All the best,

grtz
BjornW

amit wrote:
> Hi,
> 
>I am happy to announce release of  http://www.e4s.co.uk , another
> symfony success story. This is a very high traffic site getting
> thousands of unique users every day.
> 
> From: http://www.e4s.co.uk/docs/aboutus.htm
> www.e4s.co.uk  is essentially an online job
> board that enables employers to advertise job vacancies to thousands
> of job seekers via our comprehensive job search facilities.
> 
> Comments and feedback are welcome. As always thanks everyone for
> helping us on the way.
> 
> Regards,
> Amit Rana.
> 
> --
> w: www.valuejini.com | blog.techjini.com | www.cheermyteam.com
> 
> 
> > 

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: www.e4s.co.uk built on symfony

2007-08-13 Thread [EMAIL PROTECTED]

Hi,

I am interested in how you did the forum integration? Which forum
software do you use? Do you synchronize the user databases? Can you
use the same layout to decorate your symfony pages and your forum
pages?

Thx
Robert

On Jul 20, 12:28 pm, amit <[EMAIL PROTECTED]> wrote:
> Hi,
>
>I am happy to announce release of  http://www.e4s.co.uk, another
> symfony success story. This is a very high traffic site getting
> thousands of unique users every day.
>
> From:http://www.e4s.co.uk/docs/aboutus.htmwww.e4s.co.uk 
> is essentially an online job
> board that enables employers to advertise job vacancies to thousands
> of job seekers via our comprehensive job search facilities.
>
> Comments and feedback are welcome. As always thanks everyone for
> helping us on the way.
>
> Regards,
> Amit Rana.
>
> --
> w:www.valuejini.com| blog.techjini.com |www.cheermyteam.com


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: www.e4s.co.uk built on symfony

2007-08-13 Thread Hung Dao
That's good for a startup plan, what kind of server do you use? and how can
your bandwidth keep up with the 500k hits like that?

On 7/21/07, Amit Rana <[EMAIL PROTECTED]> wrote:
>
>
> We regularly get over 500,000 hits per day. 80-90% of our visitors are
> new users.
>
> Currently our traffic is almost half of that. We are using Mysql (with
> propel), 5 queries per second.
>
> On 7/20/07, Eric Greene <[EMAIL PROTECTED]> wrote:
> > hey, nice site!  What type database did you use?
> >
> > When you say "very high traffic", how high are you talking about?
> >
> >
> >
> > On 7/20/07, amit <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > > Hi,
> > >
> > >I am happy to announce release of  http://www.e4s.co.uk , another
> > > symfony success story. This is a very high traffic site getting
> > > thousands of unique users every day.
> > >
> > > From: http://www.e4s.co.uk/docs/aboutus.htm
> > > www.e4s.co.uk  is essentially an online job
> > > board that enables employers to advertise job vacancies to thousands
> > > of job seekers via our comprehensive job search facilities.
> > >
> > > Comments and feedback are welcome. As always thanks everyone for
> > > helping us on the way.
> > >
> > > Regards,
> > > Amit Rana.
> > >
> > > --
> > > w: www.valuejini.com | blog.techjini.com | www.cheermyteam.com
> > >
> > >
> > > > >
> > >
> >
>
>
> --
> w: www.techjini.com | www.cheermyteam.com | www.valuejini.com
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: www.e4s.co.uk built on symfony

2007-07-20 Thread Amit Rana

We regularly get over 500,000 hits per day. 80-90% of our visitors are
new users.

Currently our traffic is almost half of that. We are using Mysql (with
propel), 5 queries per second.

On 7/20/07, Eric Greene <[EMAIL PROTECTED]> wrote:
> hey, nice site!  What type database did you use?
>
> When you say "very high traffic", how high are you talking about?
>
>
>
> On 7/20/07, amit <[EMAIL PROTECTED]> wrote:
> >
> >
> > Hi,
> >
> >I am happy to announce release of  http://www.e4s.co.uk , another
> > symfony success story. This is a very high traffic site getting
> > thousands of unique users every day.
> >
> > From: http://www.e4s.co.uk/docs/aboutus.htm
> > www.e4s.co.uk  is essentially an online job
> > board that enables employers to advertise job vacancies to thousands
> > of job seekers via our comprehensive job search facilities.
> >
> > Comments and feedback are welcome. As always thanks everyone for
> > helping us on the way.
> >
> > Regards,
> > Amit Rana.
> >
> > --
> > w: www.valuejini.com | blog.techjini.com | www.cheermyteam.com
> >
> >
> > > >
> >
>


-- 
w: www.techjini.com | www.cheermyteam.com | www.valuejini.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: www.e4s.co.uk built on symfony

2007-07-20 Thread Eric Greene
hey, nice site!  What type database did you use?

When you say "very high traffic", how high are you talking about?



On 7/20/07, amit <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
>I am happy to announce release of  http://www.e4s.co.uk , another
> symfony success story. This is a very high traffic site getting
> thousands of unique users every day.
>
> From: http://www.e4s.co.uk/docs/aboutus.htm
> www.e4s.co.uk  is essentially an online job
> board that enables employers to advertise job vacancies to thousands
> of job seekers via our comprehensive job search facilities.
>
> Comments and feedback are welcome. As always thanks everyone for
> helping us on the way.
>
> Regards,
> Amit Rana.
>
> --
> w: www.valuejini.com | blog.techjini.com | www.cheermyteam.com
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: www.e4s.co.uk built on symfony

2007-07-20 Thread Birchandra Sanasam

Mr. Amit,

 It is so nice but I think you have to desiable your default module.
Example:

http://www.e4s.co.uk/default/index

OK anyway, Congralation for your success!

On 7/20/07, amit <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
>I am happy to announce release of  http://www.e4s.co.uk , another
> symfony success story. This is a very high traffic site getting
> thousands of unique users every day.
>
> From: http://www.e4s.co.uk/docs/aboutus.htm
> www.e4s.co.uk  is essentially an online job
> board that enables employers to advertise job vacancies to thousands
> of job seekers via our comprehensive job search facilities.
>
> Comments and feedback are welcome. As always thanks everyone for
> helping us on the way.
>
> Regards,
> Amit Rana.
>
> --
> w: www.valuejini.com | blog.techjini.com | www.cheermyteam.com
>
>
> >
>


-- 
Birchandra Sanasam
Web Developer & Analyst

Major & Minor Exims. Pvt. Ltd.
704-B Tower, Millennium Plaza
Sushant Lok - I, Gurgaon - 2
# +91 9810 194978

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---