user error: The table 'cache' is full
query: INSERT INTO cache (cid, data, created, expire, headers) VALUES('archive:calendar:22-11-2009', '
<!-- calendar -->
<div class=\"calendar\"><table summary=\"A calendar to browse the archives.\">
 <tr><td colspan=\"7\" class=\"header-month\"><a href=\"archive/embedded/2009/10/22\">&laquo;</a> November 2009 &nbsp;</td></tr>
 <tr class=\"header-week\"><td>Su</td><td>Mo</td><td>Tu</td><td>We</td><td>Th</td><td>Fr</td><td>Sa</td></tr>
 <tr class=\"row-week\">
  <td class=\"day-normal\"><div>1</div></td>
  <td class=\"day-normal\"><div>2</div></td>
  <td class=\"day-normal\"><div>3</div></td>
  <td class=\"day-normal\"><div>4</di in /usr/local/apache/vhosts/cmsstaging.developers.net/htdocs/cms/includes/database.mysql.inc on line 105.
Fat is the New Thin - Where Clients are Concerned

The Embedded Developers Blog

Fat is the New Thin - Where Clients are Concerned

Mon, 06/13/2005 - 20:41
Systems Design

I sat on a panel back in 1998 that was discussing fat versus thin clients for mobile devices. Thin was the vogue at the time, with WAP getting ready to take over the world. I was pretty much alone in pointing out that the weak point was the communications link, which at the time was (to put it politely) not ready for prime time.

Now I see the argument being raised yet again in Craig Mathias' latest column. His take is that thin clients will reduce client complexity (true) and take advantage of unlimited connectivity (huh?). The oddest point he made was that Web Services would be used simply to personalize the communications. This misses the point that Web Services is the backend technology that makes full applications on embedded devices a winning proposition.

Web Services is simply a set of conventions that allow data to be placed in context. This allows applications to parse data based on tags that are meaningful rather than descriptive of the presentation appearance for the data. This allows information to flow between applications in a structured way. The result is mobile applications that can use the information on the Internet.

Do embedded designers understand this? Are embedded systems being designed to use Web Services effectively?

Larry Mittag