uPortal IRC Logs-2011-01-14

[12:54:44 CST(-0600)] <EricDalquist> watching cache statistics in a live portal instance is kind of fun
[12:56:35 CST(-0600)] <athena> i bet! i've always wondered what that winds up looking at
[12:56:43 CST(-0600)] <EricDalquist> IPermissionSet: 20373912hit, 10864miss
[12:56:43 CST(-0600)] <athena> i dont' see a lot of production portals these days (smile)
[12:56:50 CST(-0600)] <athena> nice.
[13:05:46 CST(-0600)] <EricDalquist> https://mywebspace.wisc.edu/dalquist/web/JA-SIG/Caches1.png
[13:05:49 CST(-0600)] <EricDalquist> there ya go
[13:06:08 CST(-0600)] <EricDalquist> that server has only been up since ~ 6am this morning
[13:11:16 CST(-0600)] <athena> neat!
[13:12:48 CST(-0600)] <EricDalquist> yeah, the work pattern of always asking the DAOs and relying on the hibernate cache really scales nicely
[13:13:27 CST(-0600)] <EricDalquist> our current hibernate 2nd level hit/miss on that server is 4985514/3462
[13:31:50 CST(-0600)] <athena> wow nice
[15:08:58 CST(-0600)] <athena> ok, so working on this update to the import/export portlet ajax targets
[15:09:03 CST(-0600)] <athena> would be good to get things as REST-y as possible
[15:09:09 CST(-0600)] <athena> think we can do real REST for delete
[15:09:12 CST(-0600)] <athena> maybe for export too
[15:09:32 CST(-0600)] <athena> any ideas for a path?
[15:09:50 CST(-0600)] <athena> we've been calling all the import/export objects "entities" in the code, but that's really not quite right
[15:10:04 CST(-0600)] <athena> since there are a bunch of database objects that don't in fact implement IEntity
[15:10:25 CST(-0600)] <athena> and talking about "entity types" in configuration and permissions confuses those import/export types with real entity types (portlet, group, etc.)