Search found 1155 matches
- Sat Apr 27, 2013 4:21 am
- Forum: General Development Discussion
- Topic: Inside: a benchmark of phpBB's performance under simulated load
- Replies: 16
- Views: 33463
Re: Inside: a benchmark of phpBB's performance under simulated load
3. phpBB doesn't support deployments without apc (!) so I'll have to enable that before the
next run.
It does and plenty of people run it that way. APC on seldom used applications is pointless or possibly a waste of memory.
5. Clients are reading the same page over and over. I'll have to add ...
- Sat Apr 27, 2013 2:41 am
- Forum: General Development Discussion
- Topic: Inside: a benchmark of phpBB's performance under simulated load
- Replies: 16
- Views: 33463
Re: Inside: a benchmark of phpBB's performance under simulated load
The fact that your graph starts at 2.5 seconds for one? user suggests to me that 1) you have debug enabled which rebuilds a crazy amount of php code on every request and is entirely unsuitable for production, and 2) you have a slow machine.
pie@reactor ~ % time fetch -o /dev/null 'http://func ...
pie@reactor ~ % time fetch -o /dev/null 'http://func ...
- Fri Apr 26, 2013 11:47 pm
- Forum: General Development Discussion
- Topic: phpBB Session Backend Abstraction Proposal Draft
- Replies: 8
- Views: 14879
Re: phpBB Session Backend Abstraction Proposal Draft
Please review https://github.com/phpbb/phpbb3/pull/934 for what was attempted (and given up on).
- Fri Apr 26, 2013 11:46 pm
- Forum: [3.x] Discussion
- Topic: Forum Section for Extension Development & Discussion
- Replies: 6
- Views: 11142
Re: Forum Section for Extension Development & Discussion
Questions about extensions that are "on developer level" should go into 3.x discussion, questions that are "on user level" should probably go on phpbb.com.
- Fri Apr 26, 2013 11:36 pm
- Forum: [3.x] Discussion
- Topic: 3.1 feature freeze
- Replies: 4
- Views: 27970
3.1 feature freeze
In order to finish 3.1, the 3.1 branch is entering a feature freeze period starting now.
This means that pull requests for any ticket whose type is "new feature" will from now on require explicit 3.1 release manager approval. Pull requests for tickets whose type is "bug" or "task" can still be ...
This means that pull requests for any ticket whose type is "new feature" will from now on require explicit 3.1 release manager approval. Pull requests for tickets whose type is "bug" or "task" can still be ...
- Fri Apr 26, 2013 11:35 pm
- Forum: [3.x][Archive] RFCs
- Topic: Convert front-facing files to use the front controller
- Replies: 13
- Views: 29117
Re: Convert front-facing files to use the front controller
If this is the entire benefit, there are a lot of other features our users would rather have.imkingdavid wrote:In general it is a good idea to route all traffic through one point.keith10456 wrote:Kindly explain the benefit of this? This is an honest question (not trying to be a jerk). I'm not fully understanding
- Fri Apr 26, 2013 11:31 pm
- Forum: General Development Discussion
- Topic: [GSoC-2013] Introduce PDO for MySQL
- Replies: 4
- Views: 10500
Re: [GSoC-2013] Introduce PDO for MySQL
And the unavailable repository is here: https://github.com/igorw/phpbb3/compare ... e/dbal-pdo
- Fri Apr 26, 2013 11:21 pm
- Forum: General Development Discussion
- Topic: [GSoC-2013] Introduce PDO for MySQL
- Replies: 4
- Views: 10500
Re: [GSoC-2013] Introduce PDO for MySQL
The way this should be done is as follows:
1. Separate database connectivity from SQL generation (what I called "dialects"). Then the same SQL dialect can be used with multiple database libraries (e.g. mysql/mysqli/mysqlnd/pdo_mysql).
2 .Create a driver which uses pdo and the mysql SQL dialect.
3 ...
1. Separate database connectivity from SQL generation (what I called "dialects"). Then the same SQL dialect can be used with multiple database libraries (e.g. mysql/mysqli/mysqlnd/pdo_mysql).
2 .Create a driver which uses pdo and the mysql SQL dialect.
3 ...
- Mon Apr 22, 2013 4:36 am
- Forum: [3.x] Discussion
- Topic: Some questions on Session Backend Abstraction
- Replies: 2
- Views: 6001
Re: Some questions on Session Backend Abstraction
Weather this scope is correct and comfortable for the project ?
Scope should be a higher level description of what you intend to do. The list of files that need to be changed is a consequence of scope, not what the scope is.
Weather we should allow administrator to configure memcached servers ...
- Sun Apr 21, 2013 3:33 am
- Forum: [3.x] Discussion
- Topic: cannot tell which version one is installing
- Replies: 7
- Views: 14659
Re: cannot tell which version one is installing
+1 to show version in installer.