Questions tagged [cross-server]
37 questions
0
votes
1 answer
Ember js 'Access-Control-Allow-Origin' error , Where to place the solution code
There have been lot of discussions about CORS and 'Access-Control-Allow-Origin' error, I have tried and read(doing it for 2 days now) lots of potential solutions but my concern is where to place the solution code. How and in which file do I need to…

sidharth
- 3
- 6
0
votes
3 answers
Is there a way to put several SQL to diffrente servers inside the same transaction?
In my system we do action, and for reporting sake we log that action on another server (star schema if it interests).
Obviously I need the action updates/inserts be in the same transaction as the logging.
So, is there a way to include two different…

Itay Moav -Malimovka
- 52,579
- 61
- 190
- 278
0
votes
0 answers
Are POSIX message queues machine specific?
I am looking for asynchronous communication on Linux between 2 processes running on different machines. POSIX message queues seem a good solution for async part of it. It however seems like they are machine specific. In other words, if I create a…

Vik Su
- 1
- 1
0
votes
2 answers
Debugging JSON in GWT (Cross Server)
How do I pass the jsonObj from the javascript code in getJson to the java code handleJsonResponse. If my syntax is correct, what do I do with a JavaScriptObject?
I know that the jsonObj contains valid data because…

Dirk
- 6,774
- 14
- 51
- 73
0
votes
3 answers
PHP file_get_contents server check
I have separate servers for my projects, and I would like to ask for stuff across all of them. I found that I had to use either PHP: file_get_contents or cURL, but then here is my question. Is there a way for my servers to verify which server can…

Corfitz.
- 1,864
- 3
- 31
- 53
0
votes
1 answer
How can I make my open-source PHP app cross-server?
I have a PHP program using MySQL that I will be making open-source, including a simple installer, and I want to make it as easy to install on any server with PHP4 or 5 and MySQL 4 as possible.
I've included an installer to make it user-friendly, but…

Michael
- 388
- 6
- 20
-1
votes
1 answer
cURL - Transfering form fine, however can't get the variables from the other server
The title might be a bit misleading but I am unsure how to formulate it in an other way.
I am sending variables cross server using the following script:

Jeroen van Veen
- 83
- 1
- 6