Log message #1383088

# At Username Text
# Mar 5th 2010, 23:10 dakota and from my tests
# Mar 5th 2010, 23:10 markstory (faster from my tests)
# Mar 5th 2010, 23:10 markstory true, and with 1.3 running faster and having more features that 1.2 I think its an improvement.
# Mar 5th 2010, 23:08 dakota hardware is cheap, devs aren't
# Mar 5th 2010, 23:08 dakota the strength in CakePHP for me is not so much in the performance but in the rapid development time
# Mar 5th 2010, 23:07 dakota ye, saw that
# Mar 5th 2010, 23:07 markstory The zend guys showed that with their reply to the symfony benchmarks.
# Mar 5th 2010, 23:07 dakota and if your not careful it is easy to do the same thing by accident
# Mar 5th 2010, 23:07 dakota yup
# Mar 5th 2010, 23:07 markstory and find exactly what you were looking for.
# Mar 5th 2010, 23:07 markstory its relatively easy to make one sided benchmarks.
# Mar 5th 2010, 23:06 markstory I know :)
# Mar 5th 2010, 23:05 dakota it is so easy to setup a benchmark that looks neutral but in fact favours one particular test subject
# Mar 5th 2010, 23:05 markstory depending on what you are doing it can be made to go much faster as well.
# Mar 5th 2010, 23:04 markstory Last time I did benchmarks, (more than month ago) 1.3 was faster.
# Mar 5th 2010, 23:03 markstory I know
# Mar 5th 2010, 23:03 dakota well, just did the exact same test but with apache 2.2 and CakePHP 1.3 gives me better results
# Mar 5th 2010, 23:03 markstory I'm not replying to it though.
# Mar 5th 2010, 23:03 dakota markstory: Ok :)
# Mar 5th 2010, 23:02 markstory dakota: I saw it.
# Mar 5th 2010, 23:01 dakota Anybody seen this: http://groups.google.com/group/cake-php/browse_thread/thread/e011b39e16e179d8
# Mar 5th 2010, 22:56 AlejoMix anyone knows if theres a memcache for windows ?
# Mar 5th 2010, 22:41 jpcbarros markstory: thanks
# Mar 5th 2010, 22:40 markstory considering RC1 came out last week, its probably more stable than the beta which is a month+ old
# Mar 5th 2010, 22:38 markstory which one came out last
# Mar 5th 2010, 22:38 markstory guess
# Mar 5th 2010, 22:36 jpcbarros Guys, i am going to start using CakePHP 1.3. Whats the latest more stable version: 1.3-beta or 1.3-RC1 ?
# Mar 5th 2010, 22:20 markstory hold up.. $this->data is the 'post' data. You can't get data from the form if nothing has been posted.
# Mar 5th 2010, 22:17 badzkun2 trying $this-->param['url']['tag'] --> but return nothing
# Mar 5th 2010, 22:16 badzkun2 if im using $this-->params['url'] how to get the data from the form
# Mar 5th 2010, 22:16 badzkun2 if the form is empty $this->data will be empty
# Mar 5th 2010, 22:15 badzkun2 this->data is depend on the form
# Mar 5th 2010, 22:07 markstory and $this->data is always empty?
# Mar 5th 2010, 22:03 badzkun2 and this is the controller code http://snipt.org/ygt
# Mar 5th 2010, 22:03 markstory $this->Session->id() I think.
# Mar 5th 2010, 22:01 DiegoMax is that possible ?
# Mar 5th 2010, 22:01 DiegoMax question is, how can i manually tell cake's session component to use such id ?
# Mar 5th 2010, 22:01 DiegoMax so, im setting the session id in a JS variable, and im getting that data back on my controller
# Mar 5th 2010, 22:01 badzkun2 http://snipt.org/ygs
# Mar 5th 2010, 22:01 badzkun2 mark thank you let me try your suggetion btw this is my ctp file
# Mar 5th 2010, 22:01 DiegoMax im doing some uploads using a flash based file uploader, and obviously, flash could not care less about browser sessions