<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Comments for ECO II and ASP.NET Web Applications</title>
<link rel="alternate" type="text/plain" href="http://dn.codegear.com/article/33281" title="ECO II and ASP.NET Web Applications" />
<link rel="self" type="application/atom+xml" href="http://dn.codegear.com/article/33281/feed" title="Comments for ECO II and ASP.NET Web Applications" />
<id>http://dn.codegear.com/article/33281</id>
<updated>2008-07-20T14:36:16-07:00</updated>
<entry>
<title>re: ECO II and ASP.NET Web Applications</title>
<author>
<name>amadeus Manager</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=40449</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=40449</id>
<updated>2007-08-06T21:32:54-07:00</updated>
<published>2007-08-06T21:32:54-07:00</published>
<summary>re: ECO II and ASP.NET Web Applications</summary>
<content>Hi,Create first the database, manually, before invoking the create schema button...Cheers,Jimar</content>
</entry>
<entry>
<title>ECO II and ASP.NET Web Applications</title>
<author>
<name>sirisha sa</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=39210</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=39210</id>
<updated>2006-07-09T22:35:40-07:00</updated>
<published>2006-07-09T22:35:40-07:00</published>
<summary>ECO II and ASP.NET Web Applications</summary>
<content>When I am trying to generate a new schema from persistence data provider it is giving &quot;System.invalid exception: OR mapping doesn't define any database&quot; as error. I am unable to continue. Please give me the solution for this. I am using Borland Developer studio 2006.</content>
</entry>
<entry>
<title>ECO II and ASP.NET Web Applications</title>
<author>
<name>Peter Morris</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=38620</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=38620</id>
<updated>2005-08-23T08:29:05-07:00</updated>
<published>2005-08-23T08:29:05-07:00</published>
<summary>ECO II and ASP.NET Web Applications</summary>
<content>Hi Bob&quot;It would take a lot of processing power (and/or memory) to create a new instance of an EcoSpace for each incoming request&quot;Actually creating a new EcoSpace is not processor intensive, it was always creating the PersistenceMapper that was intensive in ECO 1.The trade off you have to make is1) Do I want faster response times at the cost of memory2) Do I want to save memory at the cost of response timeHaving the EcoSpaces in a pool saves ECO from having to fetch objects from the database unless they have changed.&quot;The most resource-friendly solution would be to set SessionStateMode to Never, which discards the pooled EcoSpace after every request.&quot;It doesn't discard the EcoSpace, it merely returns it to the pool for reuse.</content>
</entry>
</feed>
