11 reputation
1
bio website
location
age
visits member for 9 months
seen Mar 21 at 17:12
stats profile views 2

Jan
18
comment Codeigniter Sessions and Sharding
That's an interesting thought....
Dec
28
comment Codeigniter Sessions and Sharding
Still not sure about total session data size. If the app works out, we could in theory millions of users, and hundreds of thousands logged in at any time. They don't have a lot of session data, we are not storing a lot of of variables. A few k each, I'd think. We are thinking about a single large Amazon RDS instance, with the data in a memory table - it's all ephemeral data.
Dec
28
comment Codeigniter Sessions and Sharding
You can't have multiple ci session tables if you can't guarantee that the user will come back to the same instance. That's the issue that the cookies and db solves.
Dec
28
comment Codeigniter Sessions and Sharding
Unfortunately, there is no userid available. We could change the session class, I suppose, but there is the possibility that the user would not be logged in yet.
Dec
28
asked Codeigniter Sessions and Sharding
Dec
17
awarded  Student
Dec
17
asked PHP and AWS - Retrieve EC2 Instance by Tag
Dec
1
asked amazon automated management and monitoring
Nov
15
comment Propel and Persistent Connections
I can't see what you're referring to in there. Generally, it's mysql_pconnect for persistent connections, and mysql_connect for non-persistent connections. Unless propel is using a custom connector? That may be why I can't find it in the code.
Nov
15
comment Propel and Persistent Connections
We are using version 1.6
Nov
14
asked Propel and Persistent Connections
Aug
14
asked DDL - can't use delimiter?