Tagged Questions

0
votes
1answer
26 views

Server AContexts List with Indy10

Hi, I'm using Indy10 under Delphi2009. I have a server/client application, with TidTCPServer and TidTCPClient. I found a problem in my "logical" code. This is : When the server d …
0
votes
3answers
41 views

Source code indentation and highlighting on server side?

I need to do source code formatting (similar to what Stack Overflow does), but on the server side. What options do I have? My serverside language could be PHP or JSP. Does google …
0
votes
2answers
21 views

Help required: zip files streaming

Hi all, i have problem in sending zip file in network.. all other formats i am able to send except .zip.. i tried a lot i dont no how to do this.. the code i have written at clie …
0
votes
1answer
19 views

How to make a server send a processed data back to the invoking iPhone?

I am sorry if the title is unclear. Allow me to elaborate further. Firstly, I have an application on an iPhone that will allow the user to upload a data to server. We simply use p …
1
vote
4answers
65 views

how to get last 10 records form sql table in asc order…

select top(10) from customer order by customer_id desc
0
votes
2answers
75 views

SQL Server: One Table with 400 Columns or 40 Tables with 10 Columns?

I am using SQL Server 2005 Express and Visual Studio 2008. I have a database which has a table with 400 Columns. Things were (just about manageable) until I had to perform bi-d …
1
vote
4answers
45 views

Is it possible to run two SharePoint instances on one server?

Hi, Simple question : Is it possible to run two SharePoint instances on one server? With a not so simple answer I suspect. Thanks, Peter
0
votes
1answer
19 views

how to get absolute path of a different server

hi! We have hosted some downloadable files on our different server due to bandwidth problem. Now we want to download those files using an ASP script from our current server. But …
0
votes
7answers
75 views

communication between browser and web server

can anyone explain how the communication takes place between the browser and web server? (needs a technical answer)
0
votes
2answers
47 views

How many characters in varchar(max)

How many characters can a SQL Server 2008 database field contain when the data type is VARCHAR(MAX)? Thanks guys, helped me out a lot :)
2
votes
4answers
58 views

Calling JMX MBean method from a shell script

Are there any libraries that would allow me to call a JMX MBean method from a shell script. We expose some operations/admin commands through JMX, and we could have our admins use J …
1
vote
2answers
26 views

Using EC2 Load Balancing with Existing Wordpress Blog

Hello, I currently have a virtual dedicated server through Media Temple that I use to run several high traffic Wordpress blogs. Both tend to receive sudden StumbleUpon traffic sur …
0
votes
2answers
38 views

What should be the maximum number of opened socket on a server?

For a web server, the socket connection are kept alive to save overhead. At which point the server should start to drop connection that doesn't have pending request and based on wh …
0
votes
0answers
34 views

Is it possible to stream to an Android phone with Microsoft Media Server?

Let's say that I have Microsoft Media Server stream (i.e. mms://[some ip address here]). This stream contains both audio and video. Is it possible to stream this to an Android pho …
0
votes
4answers
60 views

How to run .aspx page

Dear all, i am new to asp, can you please tell me how to run an aspx page at server. i have created a sample asp page in my machine,now i need run the .asp page in server. can yo …

1 2 3 4 5 58 next
15 30 50 per page