From: Dean H. <dea...@dl...> - 2007-07-18 09:08:41
|
> That's not the issue, the issue is that your process (including > fbembedded) can't act as a server to other processes, so it doesn't "serve". Hence, > it's not a server embedded in your application. Well, I kind of disagree. Just because you can't serve *other* processes, fbembed is still serving *your process*. The communication between fbembed and your app is in-process but it is not any less client/server. In other words, you're "embedding" the "server" into your process. But that does not *have* to mean your process becomes a server itself. Dean. |